css - How to override setting in Zurb Foundation Framework. ie $topbar-bg .Sass -
i trying set different color default black top bar, , found there variable set make change way doing apparently not make difference. using visual studio, nuget package , installed compass deal sass. site.sass, imagine perfect place right after @imports, attempt set variable doing following
$topbar-bg: rgb(94, 136, 203);
but when run website, see nothing different. correct way of doing this? have suggestions? should go ahead , change on source (that not seem right)?
thanks suggestions welcome.
compass documentation suggests set configuration variables prior importing extensions:
http://compass-style.org/help/tutorials/configurable-variables/
Comments
Post a Comment