No need to minify stylesheet

Drupal will do this automatically with its performance settings.
This commit is contained in:
Oliver Davies 2024-04-11 07:50:39 +01:00
parent d47c030010
commit c4f976fcf7
2 changed files with 2 additions and 3 deletions

View file

@ -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/*

View file

@ -1,5 +1,4 @@
global-styling:
css:
base:
dist/tailwind.css:
minified: true
dist/tailwind.css: {}