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

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