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

Bud Parr
30.47.2017 c15f21e8e3f0f3a679205f71768617bf40f091e6
remove cssnano so users can run dev without minification
1 files modified
7 ■■■■■ changed files
src/css/postcss.config.js 7 ●●●●● patch | view | raw | blame | history
src/css/postcss.config.js
@@ -3,13 +3,6 @@
   'postcss-import': {},
   'postcss-cssnext': {
         browsers: ['last 2 versions', '> 5%'],
         },
    'cssnano': {
      discardComments: {
        removeAll: true
      },
      minifyFontValues: false,
      autoprefixer: false
    }
    }
};