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

Josh Lubaway
26.00.2019 0d9656d939b58a1ea721b8cde42ef186514f00c3
1
2
3
4
5
6
7
8
module.exports = {
  plugins: {
   'postcss-import': {},
   'postcss-cssnext': {
       browsers: ['last 2 versions', '> 5%'],
      }
    }  
};