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

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