Skip to content

Instantly share code, notes, and snippets.

@jdx
Last active August 29, 2015 14:00
Show Gist options
  • Save jdx/11408241 to your computer and use it in GitHub Desktop.
Save jdx/11408241 to your computer and use it in GitHub Desktop.
basic less example
@color-base: #2d5e8b;
.class1 {
background-color: @color-base;
}
.class2 {
background-color: #fff;
color: @color-base;
}
.class3 {
border: 1px solid @color-base;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment