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

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