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
mrajcok edited this page Sep 13, 2010
·
6 revisions
Sass provides a way of setting a variable using “conditional assignment”. This is useful for initializing constants with a value unless they are already set. Compass uses conditional assignment for all configurable constants.
To override a compass default value for any constant create a stylesheet named _base.sass and import it before importing any compass libraries into your stylesheet. In your base stylesheet, you can now define values for configurable constants.