Skip to content
This repository has been archived by the owner on Apr 20, 2023. It is now read-only.

border-radius Ignored When Using Rem Units with Pixel Fallbacks #285

Open
HughxDev opened this issue Sep 26, 2013 · 0 comments
Open

border-radius Ignored When Using Rem Units with Pixel Fallbacks #285

HughxDev opened this issue Sep 26, 2013 · 0 comments

Comments

@HughxDev
Copy link

Doesn't work:

border-radius: 70px;
border-radius: 7rem;
behavior: url(/assets/scripts/vendor/pie/PIE.php);

Works:

border-radius: 70px;
/*border-radius: 7rem;*/
behavior: url(/assets/scripts/vendor/pie/PIE.php);

This is the case for both 1.0 and 2.0.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant