REM-unit-polyfill icon indicating copy to clipboard operation
REM-unit-polyfill copied to clipboard

A polyfill to parse CSS links and rewrite pixel equivalents into head for non supporting browsers

Results 6 REM-unit-polyfill issues
Sort by recently updated
recently updated
newest added

I used it in IE8 and found that CSS files are requested twice, which is not friendly to the first screen load time. Is there any way to prevent CSS...

Is there a reason the library doesn't process `` tags in the same way as `` tags? It works great for external files, but inline styles currently appear to be...

My rems are 10px. If I set a width of 80rem it converts nicely to 800px. 101.3rem converts to 1013px. 80.52rem converts to 805px. But if I set a width...

Hi, I was interested in knowing if this polyfill is supported on css that has been minified ? And also it works with media queries ? I am going to...

Would love to see built-in support for assets hosted on CDN.

Hey Chuck, thank you for writing this great polyfill! I have been using REM for a while but always relied on some scss mixins to include the relevant IE fallback....

question