瀏覽代碼

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

Loading…
取消
儲存