Skip to content

Commit

Permalink
feat: Add tailwind for simple styling
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzoh committed Feb 2, 2024
1 parent a07923c commit 814079f
Show file tree
Hide file tree
Showing 7 changed files with 753 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/vendor/
.idea
cache
public/assets
node_modules
8 changes: 8 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"scripts": {
"watch": "tailwindcss -i ./templates/main.css -o ./public/assets/main.css --watch"
},
"devDependencies": {
"tailwindcss": "^3.4.1"
}
}
Loading

0 comments on commit 814079f

Please sign in to comment.