ref: 1f42e47e475c0cd684426dd230de411d4c385a3c
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 } } };