Skip to content

Instantly share code, notes, and snippets.

@AdrianGyuricska
Created October 19, 2011 02:57
Show Gist options
  • Save AdrianGyuricska/1297377 to your computer and use it in GitHub Desktop.
Save AdrianGyuricska/1297377 to your computer and use it in GitHub Desktop.
Basic Function
@the-border: 1px;
@base-color: #111;
#header {
color: @base-color * 3;
border-left: @the-border;
border-right: @the-border * 2;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment