You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IE 6/7 and Firefox 29 have a few special properties in various rulesets in normalize-scss.
However, all 3 of those browsers are no longer supported by their vendors. IE 9 is the earliest browser version supported by Microsoft. And Firefox 45 is the earliest supported browser by Mozilla.
Those were the only browsers requiring special properties and were the reason that _support-for.scss was included in this project.
If we drop support for those unsupported browsers, we can simplify the codebase by removing support-for.
The text was updated successfully, but these errors were encountered:
IE 6/7 and Firefox 29 have a few special properties in various rulesets in normalize-scss.
However, all 3 of those browsers are no longer supported by their vendors. IE 9 is the earliest browser version supported by Microsoft. And Firefox 45 is the earliest supported browser by Mozilla.
Those were the only browsers requiring special properties and were the reason that
_support-for.scss
was included in this project.If we drop support for those unsupported browsers, we can simplify the codebase by removing support-for.
The text was updated successfully, but these errors were encountered: