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

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