gabrielgio.me @ 8126f5bee07064cfc078cb4798d1b13a882e3edc

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