Browse Source

Fixes #3334 - Add autoprefixer back to postcss plugins

bubble
Owen Conti 7 years ago
parent
commit
7b33f2a262
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