소스 검색

remove cssnano so users can run dev without minification

tags/1.2
Bud Parr 8 년 전
부모
커밋
c15f21e8e3
No account linked to committer's email address
1개의 변경된 파일1개의 추가작업 그리고 8개의 파일을 삭제
  1. 1
    8
      src/css/postcss.config.js

+ 1
- 8
src/css/postcss.config.js 파일 보기

@@ -3,13 +3,6 @@ module.exports = {
'postcss-import': {},
'postcss-cssnext': {
browsers: ['last 2 versions', '> 5%'],
},
'cssnano': {
discardComments: {
removeAll: true
},
minifyFontValues: false,
autoprefixer: false
}
}
}
};

Loading…
취소
저장