Sfoglia il codice sorgente

Fixes #3334 - Add autoprefixer back to postcss plugins

bubble
Owen Conti 7 anni fa
parent
commit
7b33f2a262
1 ha cambiato i file con 5 aggiunte e 1 eliminazioni
  1. +5
    -1
      postcss.config.js

+ 5
- 1
postcss.config.js Vedi File

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

Caricamento…
Annulla
Salva