Skip to content

Instantly share code, notes, and snippets.

View alliwagner's full-sized avatar

Allison Wagner alliwagner

  • Happy Cog
  • Philadelphia
View GitHub Profile
@alliwagner
alliwagner / less.css
Created March 19, 2012 20:30 — forked from nicolechung/less.css
LESS vs CSS
/* less file */
.my_mixin {
display: block;
text-indent: -9999em;
background-color: transparent;
background-position: 0 0;
background-repeat: no-repeat;
overflow: hidden;
}
h1 a, .pagination em, .cog a {