Closed perruche closed 5 years ago
Resolve #16
And reduce the number of lines to handle font-weight. I did not put all possible values as default : $font-weights: (100, 200, 300, 400, 500, 600, 700, 800, 900) !default; to avoid generating too much classes that won't be used in a project.
font-weight
$font-weights: (100, 200, 300, 400, 500, 600, 700, 800, 900) !default;
Resolve #16
And reduce the number of lines to handle
font-weight
. I did not put all possible values as default :$font-weights: (100, 200, 300, 400, 500, 600, 700, 800, 900) !default;
to avoid generating too much classes that won't be used in a project.