Skip to content

Commit

Permalink
internal css compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
orzklv committed Nov 16, 2023
1 parent 274a0eb commit b958176
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/dist/
/target/
/style/output.css
/style/output.css
node_modules
pnpm-lock.yaml
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,13 @@
"description": "Rewritten version of website",
"scripts": {
"dev": "pnpm run css --watch && trunk serve",
"css": "pnpx tailwindcss -i ./style/input.css -o ./style/output.css",
"css": "tailwindcss -i ./style/input.css -o ./style/output.css",
"rnstl": "./vercel/install.sh",
"build": "pnpm run css && ./vercel/build.sh"
},
"author": "Sokhibjon Orzikulov <sakhib@orzklv.uz>",
"license": "CC0-1.0"
"license": "CC0-1.0",
"devDependencies": {
"tailwindcss": "^3.3.5"
}
}

0 comments on commit b958176

Please sign in to comment.