doabit / semantic-ui-sass

Semantic UI, converted to Sass and ready to drop into Rails & Compass.
MIT License
1.15k stars 192 forks source link

Add $import-google-fonts variable support #90

Closed 29decibel closed 8 years ago

29decibel commented 8 years ago

Add $importGoogleFonts variable support, so you can skip the Lato font importing by doing:

$import-google-fonts: false;
@import 'semantic-ui';
doabit commented 8 years ago

@29decibel Thanks, use $import-google-font as the variable name should be better.

29decibel commented 8 years ago

@doabit Updated, using $import-google-font now.