ソースを参照

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")
]
}

読み込み中…
キャンセル
保存