Skip to content
Snippets Groups Projects
Commit bfe39e66 authored by Andreas Nüßlein's avatar Andreas Nüßlein
Browse files

version bump and cleanup

parent cb68c9c2
Branches
No related tags found
No related merge requests found
...@@ -24,8 +24,8 @@ ...@@ -24,8 +24,8 @@
"monkeypatch_foundation_global_scss_hide": "sed -e 's/\\.hide {$/.b0rkedhide {/' -i node_modules/zurb-foundation-5/scss/foundation/components/_global.scss", "monkeypatch_foundation_global_scss_hide": "sed -e 's/\\.hide {$/.b0rkedhide {/' -i node_modules/zurb-foundation-5/scss/foundation/components/_global.scss",
"scss:app": "sass -q -I node_modules/zurb-foundation-5/scss/ static/scss/app.scss static/css/app.css", "scss:app": "sass -q -I node_modules/zurb-foundation-5/scss/ static/scss/app.scss static/css/app.css",
"scss:summary_raw": "sass -q -I node_modules/zurb-foundation-5/scss/ static/scss/summary_raw.scss static/css/summary_raw.css", "scss:summary_raw": "sass -q -I node_modules/zurb-foundation-5/scss/ static/scss/summary_raw.scss static/css/summary_raw.css",
"summary": "npx tailwindcss -i ./static/summary.tailwind.css -o ./static/css/summary.css", "summary": "npx -y tailwindcss -i ./static/summary.tailwind.css -o ./static/css/summary.css",
"summary:watch": "npx tailwindcss -i ./static/summary.tailwind.css -o ./static/css/summary.css --watch", "summary:watch": "npx -y tailwindcss -i ./static/summary.tailwind.css -o ./static/css/summary.css --watch",
"build_css": "npm run monkeypatch_foundation_global_scss_hide && npm run scss:app && npm run scss:summary_raw && npm run summary" "build_css": "npm run monkeypatch_foundation_global_scss_hide && npm run scss:app && npm run scss:summary_raw && npm run summary"
}, },
"type": "module" "type": "module"
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment