Skip to content

Instantly share code, notes, and snippets.

@jdx
Created April 29, 2014 18:37
Show Gist options
  • Save jdx/11408432 to your computer and use it in GitHub Desktop.
Save jdx/11408432 to your computer and use it in GitHub Desktop.
compiled less example
.class1 {
background-color: #2d5e8b;
}
.class2 {
background-color: #fff;
color: #2d5e8b;
}
.class3 {
border: 1px solid #2d5e8b;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment