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