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

Andrey Romancev
14.02.2018 cd09f253f6ece26d6a2d2db10dcbb8898bbc5643
1
2
3
4
5
6
7
8
module.exports = {
  plugins: {
   'postcss-import': {},
   'postcss-cssnext': {
       browsers: ['last 2 versions', '> 5%'],
      }
    }  
};