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

Bud Parr
23.03.2019 e07ddccf1fc558cc97a1b97bf857ab6e4b8655f4
1
2
3
4
5
6
7
8
module.exports = {
  plugins: {
   'postcss-import': {},
   'postcss-cssnext': {
       browsers: ['last 2 versions', '> 5%'],
      }
    }  
};