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

View file

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