studiometa / scss-toolkit

A small and configurable SCSS Toolkit to boost your project! 🚀
MIT License
5 stars 0 forks source link

Refactor font-weight declarations. #18

Closed perruche closed 5 years ago

perruche commented 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.