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

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