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

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