As far as i understand it's about `rem`, not `em` (which is relative to it's parent not the 62.5-normalized root element). And as long as you don't go all-in with absolute units (and loose all control over custom scaling on your site/app), you still need `rem`.
piskerpan|3 years ago
I'm just saying that using em and rem for sizing isn't as useful as it once was.
My rule of thumb is to only use them for things directly related to text, like inline icons, text spacing and whatnot.