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
{{ message }}
This repository was archived by the owner on Jun 23, 2026. It is now read-only.
I think I'm misssing something obvious here. Let's say I add the following two lines to my scss file so I can change a couple bootstrap default variables:
$navbarHeight: 100px;
$navbarBackground: red;
When compass compiles the new .css file, the values I put in are being ignored and the default bootstrap values are being used.
Hi,
I think I'm misssing something obvious here. Let's say I add the following two lines to my scss file so I can change a couple bootstrap default variables:
$navbarHeight: 100px;
$navbarBackground: red;
When compass compiles the new .css file, the values I put in are being ignored and the default bootstrap values are being used.
What am I doing wrong?
Thanks,
Scot