Skip to content

Commit

Permalink
fix(postcss): fix cssnano options
Browse files Browse the repository at this point in the history
  • Loading branch information
ThornWalli committed Jul 1, 2022
1 parent 398cbd8 commit 03f7209
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,14 @@ export default {
gutter: '15px',
flexbox: 'flex',
cycle: 'auto'
},
cssnano: {
preset: [
'default', {
discardDuplicates: false,
mergeRules: false
}
]
}
},
order: 'cssnanoLast'
Expand Down

0 comments on commit 03f7209

Please sign in to comment.