Skip to content

Instantly share code, notes, and snippets.

View NoahDavidATL's full-sized avatar

Noah David NoahDavidATL

View GitHub Profile
@NoahDavidATL
NoahDavidATL / nesting-composition.js
Last active August 28, 2017 13:32 — forked from ericelliott/nesting-composition.js
Nesting function composition
const toSlug = input => encodeURIComponent(join('-')(map(toLowerCase)(split(' ')(input))));
console.log(toSlug('JS Cheerleader')); // 'js-cheerleader'
@NoahDavidATL
NoahDavidATL / SassMeister-input.scss
Created November 20, 2014 22:06
Generated by SassMeister.com.
// ----
// Sass (v3.4.7)
// Compass (v1.0.1)
// ----
$fad-img--width: 940px;
$fad-img--height: 724px;
%inherit-font {
color: #000;