mirror of
https://github.com/Xevion/rust-sdl2-emscripten.git
synced 2025-12-15 08:13:07 -06:00
Add tailwindcss, revamp index with details
This commit is contained in:
14
package.json
Normal file
14
package.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"devDependencies": {
|
||||
"autoprefixer": "^10.4.19",
|
||||
"postcss": "^8.4.38",
|
||||
"tailwindcss": "^3.4.3"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "tailwindcss -o ./assets/build.css"
|
||||
},
|
||||
"dependencies": {
|
||||
"cssnano": "^6.1.2",
|
||||
"postcss-cli": "^11.0.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user