Browse Source

Merge pull request #3344 from owenconti/bug/3334-duplicate-arrows

Fixes #3334 - Add autoprefixer back to postcss plugins
bubble
shockey 7 years ago
committed by GitHub
parent
commit
896954c682
1 changed files with 5 additions and 1 deletions
  1. +5
    -1
      postcss.config.js

+ 5
- 1
postcss.config.js View File

@@ -1 +1,5 @@
module.exports = {};
module.exports = {
plugins: [
require("autoprefixer")
]
}

Loading…
Cancel
Save