소스 검색

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

불러오는 중...
취소
저장