File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed
Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 33 "name" : " gitingest-frontend" ,
44 "version" : " 0.0.0" ,
55 "scripts" : {
6- "build:css" : " tailwindcss -i ./src/static/css/tailwind.css -o ./src/static/css/site.css --minify" ,
7- "dev:css" : " tailwindcss -i ./src/static/css/tailwind.css -o ./src/static/css/site.css --watch"
6+ "build:css" : " npx @ tailwindcss/cli -i ./src/static/css/tailwind.css -o ./src/static/css/site.css --minify" ,
7+ "dev:css" : " npx @ tailwindcss/cli -i ./src/static/css/tailwind.css -o ./src/static/css/site.css --watch"
88 },
99 "devDependencies" : {
1010 "autoprefixer" : " ^10.4.21" ,
Original file line number Diff line number Diff line change 1- @tailwind base;
2- @tailwind components;
3- @tailwind utilities;
1+ @import "tailwindcss" ;
42
53@layer utilities {
64 .badge-new {
You can’t perform that action at this time.
0 commit comments