JohnAlbin / normalize-scss

This is the Sass version of Normalize.css, a collection of HTML element and attribute rulesets to normalize styles across all browsers.
https://github.com/JohnAlbin/normalize-scss#latest-versions
MIT License
1.44k stars 254 forks source link

Refactor as SASS module #145

Closed janheinrichmerker closed 2 years ago

janheinrichmerker commented 5 years ago

Using the recently introduced SASS module system, it would be much simpler to give users of this library the option to override defaults in a predictable way. Read more at the SASS blog: http://sass.logdown.com/posts/7858341-the-module-system-is-launched

janheinrichmerker commented 2 years ago

Closing due to inactivity.