Bläddra i källkod

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

Fixes #3334 - Add autoprefixer back to postcss plugins
bubble
shockey 7 år sedan
committed by GitHub
förälder
incheckning
896954c682
1 ändrade filer med 5 tillägg och 1 borttagningar
  1. +5
    -1
      postcss.config.js

+ 5
- 1
postcss.config.js Visa fil

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

Laddar…
Avbryt
Spara