浏览代码

Merge pull request #3344 from owenconti/bug/3334-duplicate-arrows

Fixes #3334 - Add autoprefixer back to postcss plugins
bubble
shockey 7 年前
committed by GitHub
父节点
当前提交
896954c682
共有 1 个文件被更改,包括 5 次插入1 次删除
  1. +5
    -1
      postcss.config.js

+ 5
- 1
postcss.config.js 查看文件

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

正在加载...
取消
保存