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

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