瀏覽代碼

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…
取消
儲存