Browse Source

no message

4 years ago
parent
commit
3a52e8b742
2 changed files with 5 additions and 0 deletions
  1. BIN
      .DS_Store
  2. 5 0
      postcss.config.js

BIN
.DS_Store


+ 5 - 0
postcss.config.js

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