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

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