Skip to content

Instantly share code, notes, and snippets.

@vatson
Created December 5, 2010 18:07
Show Gist options
  • Save vatson/729304 to your computer and use it in GitHub Desktop.
Save vatson/729304 to your computer and use it in GitHub Desktop.
@main-font-color: red;
@main-link-color: green;
body {
color: @main-font-color;
a {
color: @main-link-color;
}
}
.wrapper {
a {
color: body > a['color'];
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment