mhulse / css-issues

Practical CSS code snippets and examples.
11 stars 1 forks source link

When to rem/em #22

Open mhulse opened 8 years ago

mhulse commented 8 years ago

To put it another way:

mhulse commented 7 years ago

Great read:

https://hackernoon.com/rems-and-ems-and-why-you-probably-dont-need-them-664b9ce1e09f

PX do sound more appealing. I keep going back and forth over time here. Latest project, I'm kinda hating on the rem root font thing and the imprecise nature of rem/em for precision alignment, etc.

Looking forward to container-based media queries (element queries).