mirror of https://github.com/theNewDynamic/gohugo-theme-ananke.git

Bud Parr
18.42.2017 984e3705dedc3906345805a36bc0ed294e7b131b
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
module.exports = {
  plugins: {
   'postcss-import': {},
   'postcss-cssnext': {
         browsers: ['last 2 versions', '> 5%'],
         },
    'cssnano': {
      discardComments: {
        removeAll: true
      },
      minifyFontValues: false,
      autoprefixer: false
    }
    }
};