1
스타일러스 CSS 사전 프로세서에 대한 옵션을 설정하는 방법을 잘 모릅니다. 모든 파일의 검색이 밝혀 :스타일러스 옵션을 설정하여 @import "sheet.css"지시문을 브로콜리 스타일러스 싱글 용으로 사용하십시오
node_modules/broccoli-stylus-single/node_modules/.bin/stylus [98]:
node_modules/broccoli-stylus-single/node_modules/stylus/bin/stylus [98]:
/**
* Include CSS on import.
*/
var includeCSS = false;
사람이 엠버 - CLI 프레임 워크/브로콜리 빌드 시스템에서 '사실'이 옵션을 설정할 수있는 선호/올바른 방법을 알고 있나요?
감사합니다.
var Compiler = module.exports = function Compiler(root, options) {
// ...
this.includeCSS = options['include css'];
// ...
};
내가 ember-cli-stylus
으로이 테스트를했는데 작동하기 위해 나타납니다