Skip to content

Commit 399d2e9

Browse files
authored
feat: added PostCSS plugin cssnano (#590)
1 parent 5572878 commit 399d2e9

File tree

3 files changed

+1044
-7
lines changed

3 files changed

+1044
-7
lines changed

.postcssrc

+4-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
"plugins": {
33
"autoprefixer": {},
44
"postcss-focus": {},
5-
"postcss-list-style-safari-fix": {}
5+
"postcss-list-style-safari-fix": {},
6+
"cssnano": {
7+
"preset": "default"
8+
}
69
}
710
}

0 commit comments

Comments
 (0)