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

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