How do I install & use it?
- Run
bower install egg-scss
from where you want to use it (I usually renamebower_components/
tovendors/
). - Call egg with
@import 'vendors/egg/egg';
for example. - Override variables (colors, font sizes, spacing...). Check the
_variables.scss
file for more info. In particular, pay attention to the$partials
variable.