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

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