ref: 486bc46a5217a9d70fe0d14ab9261d7b4eb026d6
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 } } };