Преглед изворни кода

Fixes #3334 - Add autoprefixer back to postcss plugins

bubble
Owen Conti пре 7 година
родитељ
комит
7b33f2a262
1 измењених фајлова са 5 додато и 1 уклоњено
  1. +5
    -1
      postcss.config.js

+ 5
- 1
postcss.config.js Прегледај датотеку

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

Loading…
Откажи
Сачувај