HTeuMeuLeu’s avatarHTeuMeuLeu’s Twitter Archive—№ 21,279

  1. …in reply to @b0rk
    @b0rk Regarding rem, it's actually a little bit trickier. If you use rem in media queries especially, the computed value will be based on the browser's default. So @Media (max-width:10rem) would be 160px, not 140px. See the spec: w3.org/TR/css-values-3/#font-relative-lengths