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

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