gabrielgio.me @ 9cadb6dcbb90e04f09653f1dfdce38cc9d1502d9

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