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

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