ref: ac12d51e7ea3a0ffb7d8053a10b6bf6acf1235ae
dir: /docs/themes/gohugoioTheme/src/css/postcss.config.js/
module.exports = {
plugins: {
'postcss-import': {},
'postcss-cssnext': {
browsers: ['last 2 versions', '> 5%'],
},
'cssnano': {
discardComments: {
removeAll: true
},
minifyFontValues: false,
autoprefixer: false
}
}
};