-
I changed my mind. Setting the root font-size to e.g. 10px just because it is easier for a human to calculate 1.6rem=16px should now be considered bad practice. When someone else needs to add your CSS to their existing site, it will break *all* rem-based spacing and font-sizes. css/1523700789083996160
-
…in reply to @m_ott
My mindset before was that if it works for you, then fine, go ahead. But no. We need to educate people and talk about why some solutions don’t work well (anymore). What works for you might not work well in other contexts and it is important to point that out.