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

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