aboutsummaryrefslogtreecommitdiff
path: root/themes/ananke/src/css/postcss.config.js
blob: 261591df3338dc3b844089e2d2416bb3c250a78b (plain)
1
2
3
4
5
6
7
8
module.exports = {
  plugins: {
   'postcss-import': {},
   'postcss-cssnext': {
	   browsers: ['last 2 versions', '> 5%'],
	  }
	}  
};