Skip to content

Instantly share code, notes, and snippets.

@marocas
marocas / SassMeister-input.scss
Last active May 17, 2017 10:58
Generated by SassMeister.com.
// ----
// Sass (v3.4.21)
// Compass (v1.0.3)
// ----
$themeBase: #1D4351;
$theme-1: #be1e32;
$theme-2: #aa8e61;
$theme-3: #ff61a0;
$theme-4: #0091ce;
@marocas
marocas / SassMeister-input.scss
Last active October 11, 2017 18:07
scss px > em || em > to
// ----
// Sass (v3.4.21)
// Compass (v1.0.3)
// ----
// Convert px to em
@function pxtoem($target, $context: 16){
@return ($target/$context)+0em;
}
// Convert em to px