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

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