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

Jan Steinke
23.30.2019 76e4b7174a5e510010c6835d8e65a6ae4f0ff2c1
1
2
3
4
5
6
7
8
module.exports = {
  plugins: {
   'postcss-import': {},
   'postcss-cssnext': {
       browsers: ['last 2 versions', '> 5%'],
      }
    }  
};