initial
This commit is contained in:
@@ -9,7 +9,8 @@
|
||||
"compile": "tailwindcss -i ./styles/styles.css -o ./static/styles/styles.css",
|
||||
"compile:watch": "tailwindcss -i ./styles/styles.css -o ./static/styles/styles.css --watch=always",
|
||||
"serve:watch": "zola serve --drafts",
|
||||
"dev": "yarn compile:watch & yarn serve:watch"
|
||||
"dev": "yarn compile:watch & yarn serve:watch",
|
||||
"build": "cd ci && cargo build && cd .. && ./ci/target/debug/ci"
|
||||
},
|
||||
"dependencies": {
|
||||
"@tailwindcss/typography": "^0.5.9",
|
||||
|
Reference in New Issue
Block a user