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

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