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

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