broccoli-compassプラグインを使用しているときに、Ember CLI プロジェクトに CSS ライブラリを追加するのに問題があります。
次の行をブロクファイルに追加しました。
app.styles = function() {
return compileCompass(this.appAndDependencies(), this.name + '/styles/app.scss', {
outputStyle: 'expanded',
sassDir: this.name + '/styles',
imagesDir: 'public/images',
cssDir: '/assets',
importPath: 'vendor'
});
};
しかし今、私は立ち往生しています。私はもう試した
app.import('vendor/bootstrap/docs/assets/css/bootstrap.css');
しかし、これはうまくいきませんapp.styles
。
SASSファイルに追加できるimportPath
ように、コンパス構成に追加しようとしましたが、それも機能しませんでした。@import