mirror of
https://github.com/boostorg/website-v2.git
synced 2026-01-19 04:42:17 +00:00
🚧 secondary style sheet for docs
This provides a secondary tailwind config that does not do a reset and only includes styles compiled from header and footer templates. Run `yarn builddocs` to generate the stylesheet for docs
This commit is contained in:
@@ -7,7 +7,8 @@
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"dev": "tailwindcss -i frontend/styles.css -o static/css/styles.css --watch",
|
||||
"build": "NODE_ENV=production tailwindcss -i frontend/styles.css -o static/css/styles.css --minify"
|
||||
"build": "NODE_ENV=production tailwindcss -i frontend/styles.css -o static/css/styles.css --minify",
|
||||
"builddocs": "NODE_ENV=production tailwindcss -c ./docstailwind.config.js -i frontend/docsstyles.css -o static/css/docsstyles.css --minify"
|
||||
},
|
||||
"dependencies": {
|
||||
"@tailwindcss/forms": "^0.5.3",
|
||||
|
||||
Reference in New Issue
Block a user