We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3efd194 commit 10d67edCopy full SHA for 10d67ed
1 file changed
src/index.ts
@@ -19,7 +19,9 @@ export class PostBuilder {
19
20
constructor(public config: PostConfig) {
21
if(config.minify) {
22
- this.pluginList.push(cssnano());
+ this.pluginList.push(cssnano({
23
+ preset: 'default'
24
+ }));
25
}
26
27
0 commit comments