@@ -0,0 +1,5 @@
+module.exports = {
+ plugins: {
+ 'autoprefixer': {browsers: 'last 5 version'}
+ }
+}