Skip to content

Instantly share code, notes, and snippets.

@finikwashere
finikwashere / iterateSelectorsMixin.css
Last active September 28, 2015 12:04
Iterate through arguments in a Mixin
.thisGuyWithStates {
display: block;
background-color: black;
color: white;
}
.thisGuyWithStates:hover {
background-color: red;
}
@finikwashere
finikwashere / README.md
Last active August 29, 2015 14:15 — forked from denji/README.md