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

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