Skip to content

Instantly share code, notes, and snippets.

View andrewdc's full-sized avatar
💭
winning so much at the cyber

Andrew Colclough andrewdc

💭
winning so much at the cyber
View GitHub Profile
@andrewdc
andrewdc / 0_reuse_code.js
Last active August 29, 2015 14:20
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
@andrewdc
andrewdc / SassMeister-input.scss
Created December 5, 2013 17:09 — forked from lunelson/SassMeister-input.scss
Generated by SassMeister.com.
// ----
// Sass (v3.3.0.rc.1)
// Compass (v0.13.alpha.10)
// ----
/*
A slightly more automated approach to BEM modifier classes:
using '&' parent selector interpolation, modifiers extend their bases,
so that HTML markup requires only the modifier class not the base *and* modifier
*/