Parcourir la source

Fixes #3334 - Add autoprefixer back to postcss plugins

bubble
Owen Conti il y a 7 ans
Parent
révision
7b33f2a262
1 fichiers modifiés avec 5 ajouts et 1 suppressions
  1. +5
    -1
      postcss.config.js

+ 5
- 1
postcss.config.js Voir le fichier

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

Chargement…
Annuler
Enregistrer