Skip to content

Commit

Permalink
Merge pull request #41 from umstek/upgrade/2021/11/20
Browse files Browse the repository at this point in the history
Upgrade/2021/11/20
  • Loading branch information
Wickramaranga Abeygunawardhana authored Nov 20, 2021
2 parents 36d3652 + 9c303ff commit a1c9b36
Show file tree
Hide file tree
Showing 7 changed files with 1,049 additions and 905 deletions.
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example",
"version": "2.0.0-alpha.1",
"version": "2.0.0-beta.1",
"private": true,
"dependencies": {
"@craco/craco": "^6.1.1",
Expand Down
4 changes: 4 additions & 0 deletions example/src/App.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.bkg-img {
background-image: url("david-pisnoy-46juD4zY1XA-unsplash-1.jpg");
background-color: #cccccc;
}
3 changes: 3 additions & 0 deletions example/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ function App() {
<div className="my-16 glow-dynamic-md bg-gradient-to-r from-green-400 via-blue-500 to-purple-600">
<p>glow-dynamic-md with gradient</p>
</div>
<div className="my-16 glow-dynamic-lg h-96 w-64 bkg-img">
<p>using glow-dynamic-lg with background image</p>
</div>
</div>
);
}
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1,729 changes: 940 additions & 789 deletions example/yarn.lock

Large diffs are not rendered by default.

214 changes: 100 additions & 114 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tailwindcss-glow",
"version": "2.0.0-alpha.2",
"version": "2.0.0-beta.1",
"description": "TailwindCSS glow plugin",
"keywords": [
"tailwindcss-plugin",
Expand Down

0 comments on commit a1c9b36

Please sign in to comment.