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

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