0
を取得できません、私の_custom.scssです:は、ここでブートストラップ4のcustom.css
// Bootstrap overrides
//
// Copy variables from `_variables.scss` to this file to override default values
// without modifying source files.
//$body-bg: $gray-dark;
//$body-color: $gray-light;
$blue: #363636;
$component-active-bg: #484545;
$dropdown-bg: $brand-primary;
$dropdown-link-color: #c3c3c3;
$dropdown-link-hover-color: darken(#c3c3c3, 5%);
とbootstrap.scss:
// Core variables and mixins
@import "variables";
@import "mixins";
@import "_custom";
私が提供Gruntfile.jsでそれをコンパイルしています。 結果のCSSファイルは効果がありません。すべてが元のCSSのように見えます。 コンパイルプロセスが実際に動作しているかどうかをテストするにはどうすればよいですか?私はあなたが持っているべきだと思いboostrap.scssのフォーマットから
おかげ