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

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