Skip to content

Commit

Permalink
Merge pull request #30 from pxlrbt/fix/prune-for-v3
Browse files Browse the repository at this point in the history
fix Tailwind classes for v3
  • Loading branch information
pxlrbt authored Sep 11, 2023
2 parents f562825 + 6a6cc41 commit 98b1d13
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"scripts": {
"dev": "mix watch",
"build": "mix --production && npm run purge",
"purge": "filament-purge -i resources/dist/css/spotlight.css -o resources/dist/css/spotlight.css"
"purge": "filament-purge -i resources/dist/css/spotlight.css -o resources/dist/css/spotlight.css -v 3.x"
},
"devDependencies": {
"autoprefixer": "^10.1.0",
Expand Down
3 changes: 0 additions & 3 deletions resources/css/spotlight.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
/*@import '../../vendor/wire-elements/spotlight/resources/css/spotlight.css';*/

/*@tailwind base;*/
@tailwind components;
@tailwind utilities;

Expand Down
2 changes: 1 addition & 1 deletion resources/dist/css/spotlight.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 98b1d13

Please sign in to comment.