Skip to content

Instantly share code, notes, and snippets.

View jephjohnson's full-sized avatar

Jeph Johnson jephjohnson

View GitHub Profile
@jephjohnson
jephjohnson / px-rem-cheat-sheet.css
Created January 9, 2018 16:06 — forked from glueckpress/px-rem-cheat-sheet.css
Cheat sheet for rem-calculations based upon 14px and 16px.
/*! = $rembase: 14px
--------------------------------------------------------------
* hmtl { font-size: 87.5%; }
* body { font-size: 14px; font-size: 1rem; line-height: 1; }
* 4px 0.28571429rem
* 8px 0.571428571rem
* 12px 0.857142857rem
* 13px 0.928571429rem
* 14px 1rem
* 16px 1.142857143rem