Skip to content

Commit

Permalink
Add npm scripts for tailwind
Browse files Browse the repository at this point in the history
  • Loading branch information
thechubbypanda committed Jun 19, 2024
1 parent d360c4f commit a28ac09
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{
"devDependencies": {
"tailwindcss": "^3.4.4"
},
"scripts": {
"run": "npx tailwindcss -i stylesheet.css -o static/stylesheet.css",
"watch": "npx tailwindcss -w -i stylesheet.css -o static/stylesheet.css"
}
}

0 comments on commit a28ac09

Please sign in to comment.