smillart / Framework-SASS-Source-Files

Framework SASS Source Files is a Sass-powered framework accomplished by Sass variables, Sass maps, and utility CSS. Ready to use, drop it right into your Sass powered applications.
MIT License
0 stars 1 forks source link

The `@mixin background()` (with retina fallback) should use the `@mixin rem()` to push support back to IE 9- #7

Closed smillart closed 4 years ago

smillart commented 4 years ago

Microsoft Internet Explorer 6 to 8 doesn't support rem (root em) units. It is partially supported for IE 9 and 10 and partial support for Microsoft Internet Explorer refers to supporting an older version of the web browser. Therefore, the @mixin background() needs to pass their rem values through the @mixin rem() to ensure generate both rem and px values.

https://github.com/smillart/Framework-SASS-Source-Files/blob/89ae032101b76ba9bc6d3fab2dfb83031ec70520/mixins/helpers/media/_background.scss#L108-L125

smillart commented 4 years ago

This enhancement will be available with the next release 1.0.1.