You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to customize Bootstrap by editing _custom.scss like this:
$blue: red !default
But, when compiling with grunt dist-css, the new version seem to ignore _custom.scss - nothing changes. On the other hand editing directly _variables.scss works. Am I missing something new or is this an actual bug?
The text was updated successfully, but these errors were encountered:
@mdo Yes, I don't have the !default on the custom values. What I don't understand is while $grid-breakpoints and $container-max-widths do work the other custom values are ignored.
I am trying to customize Bootstrap by editing
_custom.scss
like this:But, when compiling with
grunt dist-css
, the new version seem to ignore_custom.scss
- nothing changes. On the other hand editing directly_variables.scss
works. Am I missing something new or is this an actual bug?The text was updated successfully, but these errors were encountered: