Skip to content

Instantly share code, notes, and snippets.

View Chmood's full-sized avatar

Nicolas Giethlen Chmood

View GitHub Profile
// VALUE UNIT STRIPPING AND CONVERSION FUNCTION TOOLS
// By Nicolas Giethlen (aka Chmood)
// VARIABLES
$browser-fontsize-base: 16 !default; // Default browser font-size in px (unitless)
$pixels-per-rem: 10 !default; // Root font-size in px (unitless)
// FUNCTIONS