2015-03-10 benfrain.comThe FUN CSS naming convention explainedThis post serves as a detailed reference and rationale of how to name HTML classes and equivalent CSS selectors using a FUN CSS methodology.
2016-03-02 benfrain.comJust use pixelsValues defined in pixels make maintenance of code more straightforward. It also makes code more portable as styles can be dropped in to another project without potential sizing compounding issues (em) or needing to adjust values due to different root font sizes (rem).