Skip to content

Commit

Permalink
feat: added PostCSS plugin cssnano (#590)
Browse files Browse the repository at this point in the history
  • Loading branch information
mfranzke authored Sep 29, 2023
1 parent 5572878 commit 399d2e9
Show file tree
Hide file tree
Showing 3 changed files with 1,044 additions and 7 deletions.
5 changes: 4 additions & 1 deletion .postcssrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"plugins": {
"autoprefixer": {},
"postcss-focus": {},
"postcss-list-style-safari-fix": {}
"postcss-list-style-safari-fix": {},
"cssnano": {
"preset": "default"
}
}
}
Loading

0 comments on commit 399d2e9

Please sign in to comment.