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

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