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
{{ message }}
This repository has been archived by the owner on May 10, 2023. It is now read-only.
If I apply pixrem to this css:
a { font-size: 0.75rem; }
I would expect a fallback to be added for IE >= 8, but not IE >= 9.
If I specify 'ie 8' in the browser option then everything works ok, but if I specify 'ie >= 8' then the fallback is not added.
The text was updated successfully, but these errors were encountered: