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

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