mirror of
https://github.com/kennethreitz/kennethreitz.org.git
synced 2026-06-05 22:50:17 +00:00
13 lines
357 B
JSON
13 lines
357 B
JSON
{
|
|
"scripts": {
|
|
"build:css": "tailwindcss -i ./static/tailwind-input.css -o ./static/custom.css",
|
|
"watch:css": "tailwindcss -i ./static/tailwind-input.css -o ./static/custom.css --watch"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/typography": "^0.5.16",
|
|
"autoprefixer": "^10.4.21",
|
|
"postcss": "^8.5.3",
|
|
"tailwindcss": "^4.1.4"
|
|
}
|
|
}
|