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

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