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

Use output-rhythm mixin #27

Closed timcooper closed 10 years ago

timcooper commented 10 years ago

If the $rhythm-unit is set to rem and $rem-with-px-fallback enabled expected behaviour is to output a px fallback wherever rems are used.

This works for the most part, but in one or two places where rhythm() is used it would output rems with no fallback, wrapping these lines in output-rhythm solves this.

JohnAlbin commented 10 years ago

Nice!