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

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