Skip to content

Commit

Permalink
minify styles.css
Browse files Browse the repository at this point in the history
  • Loading branch information
aloxe committed Dec 21, 2024
1 parent 4178d30 commit 6778815
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .eleventy.js
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,8 @@ const postcssFilter = (cssCode, done) => {
tailwind(require('./tailwind.config')),
autoprefixer(),
// TODO use purgecss for each layout
// cssnano({ preset: 'default' })
// minify css
cssnano({ preset: 'default' })
])
.process(cssCode, {
// path to our CSS file
Expand Down

0 comments on commit 6778815

Please sign in to comment.