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

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