Mixins for Rem Font Sizing

The rem font-size unit is similar to em, only instead of cascading it’s always relative to the root (html) element (more information). This has pretty good modern browser support, it’s just IE 8 and down we need to provide px fallbacks for. Instead of repeating ourselves everywhere, we can use a LESS or SASS mixins … Continue reading Mixins for Rem Font Sizing