No need to minify stylesheet
Drupal will do this automatically with its performance settings.
This commit is contained in:
parent
d47c030010
commit
c4f976fcf7
|
@ -3,7 +3,7 @@ _default:
|
||||||
|
|
||||||
build-css:
|
build-css:
|
||||||
npx tailwind --config assets/tailwind.config.ts \
|
npx tailwind --config assets/tailwind.config.ts \
|
||||||
--output dist/tailwind.css --minify
|
--output dist/tailwind.css
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -fr node_modules dist/*
|
rm -fr node_modules dist/*
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
global-styling:
|
global-styling:
|
||||||
css:
|
css:
|
||||||
base:
|
base:
|
||||||
dist/tailwind.css:
|
dist/tailwind.css: {}
|
||||||
minified: true
|
|
||||||
|
|
Loading…
Reference in a new issue