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

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