Skip to content

Instantly share code, notes, and snippets.

@seven-phases-max
Created April 3, 2014 08:40
Show Gist options
  • Save seven-phases-max/9950683 to your computer and use it in GitHub Desktop.
Save seven-phases-max/9950683 to your computer and use it in GitHub Desktop.
.icon(1) {.icon_1}
.icon(2) {.icon_2}
.icon(3) {.icon_3}
.icon(4) {.icon_4}
.icon(5) {.icon_5}
// etc.
.icon-hover(1) {.icon_1_hover}
.icon-hover(2) {.icon_2_hover}
.icon-hover(3) {.icon_3_hover}
.icon-hover(4) {.icon_4_hover}
.icon-hover(5) {.icon_5_hover}
// etc.
// usage:
// .icon(@i);
// .icon-hover(@i);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment