Skip to content

Instantly share code, notes, and snippets.

View manfredmmm's full-sized avatar
🏠
Working from home

Manfred Miravitllas Mas manfredmmm

🏠
Working from home
View GitHub Profile
@ctalkington
ctalkington / functions.styl
Created November 4, 2014 00:23
Foundation 5 - Stylus Functions
// This is the default html and body font-size for the base rem value.
$rem-base ?= 16px;
// CT: Stylus Compat
sif($res, $t, $f) {
return ($res) ? $t : $f;
}
// CT: Stylus Compat
nth($hash, $index) {