浏览代码

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

正在加载...
取消
保存