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

Hannah Henderson
28.44.2018 04a27b7ed9aed228c35561b4ba0cfc7fe79951c1
1
2
3
4
5
6
7
8
module.exports = {
  plugins: {
   'postcss-import': {},
   'postcss-cssnext': {
       browsers: ['last 2 versions', '> 5%'],
      }
    }  
};