Add tailwind
This commit is contained in:
8
package.json
Normal file
8
package.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"scripts": {
|
||||
"dev": "npx tailwindcss -i .\\input.css -o .\\style.css --watch"
|
||||
},
|
||||
"devDependencies": {
|
||||
"tailwindcss": "^3.4.12"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user