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:
|
||||
npx tailwind --config assets/tailwind.config.ts \
|
||||
--output dist/tailwind.css --minify
|
||||
--output dist/tailwind.css
|
||||
|
||||
clean:
|
||||
rm -fr node_modules dist/*
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
global-styling:
|
||||
css:
|
||||
base:
|
||||
dist/tailwind.css:
|
||||
minified: true
|
||||
dist/tailwind.css: {}
|
||||
|
|
Loading…
Reference in a new issue