madeleineostoja / rucksack

A little bag of CSS superpowers, built on PostCSS

Home Page:https://www.rucksackcss.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create transform scale() -> zoom fallback

madeleineostoja opened this issue · comments

commented

transform: scale(); can be easily emulated on <IE9 with zoom.

commented

Looking into it more it seems a zoom fallback is hacky at best. For one, it'd need the nasty /9 hack to target <IE8 only. It'll only work with proportional scaling, and it will only scale some things (eg: in a div with text, it'll zoom the text but leave the div the same size, assuming set dimensions). Not worth the hassle for a half-baked fallback. Closing.