Explorar el Código

Fixes #3334 - Add autoprefixer back to postcss plugins

bubble
Owen Conti hace 7 años
padre
commit
7b33f2a262
Se han modificado 1 ficheros con 5 adiciones y 1 borrados
  1. +5
    -1
      postcss.config.js

+ 5
- 1
postcss.config.js Ver fichero

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

Cargando…
Cancelar
Guardar