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

Yağızhan
15.57.2020 4492800a74dd27e70787109d930308e571140674
1
2
3
4
5
6
7
8
module.exports = {
  plugins: {
   'postcss-import': {},
   'postcss-cssnext': {
       browsers: ['last 2 versions', '> 5%'],
      }
    }  
};