-
Notifications
You must be signed in to change notification settings - Fork 323
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove unit from 0rem
#186
Comments
It should be fine but let's check it (+ how it behaves in IE<9 which do not support rems). |
note: If you happen to also remove |
@tomByrer we'll make sure! |
@XhmikosR the scenario re IE<9 I was thinking about is as follows:
on IE<9 2nd declaration will be dropped thus This is unlikely however we may need a switch to disable it. Thoughts? |
That's an edge case indeed; a switch sounds good. But in order not to bloat the options, how about renaming |
Yup, we should one general - "IE<9 compatibility mode". |
@XhmikosR feel free to give |
Looks good but maybe you could make an improvement for the compatibility option. If no fallback is specified, remove the unit as usual. |
@XhmikosR Maybe I'm missing something but if no |
I mean the case when compatibility is specified and there's no fallback. In that case it makes sense to remove the unit, right? |
Good point, there should be. |
This should be fine now. |
I can try it tomorrow again and let you know, but if it works for you I see why it wouldn't for me too 👍 |
That's a minor thing so let me merge it. Thanks for taking a look at the code! |
I just noticed this, we need to test it works as expected.
The text was updated successfully, but these errors were encountered: