Skip to content

Commit a1c9b36

Browse files
author
Wickramaranga Abeygunawardhana
authored
Merge pull request #41 from umstek/upgrade/2021/11/20
Upgrade/2021/11/20
2 parents 36d3652 + 9c303ff commit a1c9b36

7 files changed

+1049
-905
lines changed

example/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "example",
3-
"version": "2.0.0-alpha.1",
3+
"version": "2.0.0-beta.1",
44
"private": true,
55
"dependencies": {
66
"@craco/craco": "^6.1.1",

example/src/App.css

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
.bkg-img {
2+
background-image: url("david-pisnoy-46juD4zY1XA-unsplash-1.jpg");
3+
background-color: #cccccc;
4+
}

example/src/App.js

+3
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ function App() {
2222
<div className="my-16 glow-dynamic-md bg-gradient-to-r from-green-400 via-blue-500 to-purple-600">
2323
<p>glow-dynamic-md with gradient</p>
2424
</div>
25+
<div className="my-16 glow-dynamic-lg h-96 w-64 bkg-img">
26+
<p>using glow-dynamic-lg with background image</p>
27+
</div>
2528
</div>
2629
);
2730
}
Loading

example/yarn.lock

+940-789
Large diffs are not rendered by default.

package-lock.json

+100-114
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tailwindcss-glow",
3-
"version": "2.0.0-alpha.2",
3+
"version": "2.0.0-beta.1",
44
"description": "TailwindCSS glow plugin",
55
"keywords": [
66
"tailwindcss-plugin",

0 commit comments

Comments
 (0)