Skip to content

Instantly share code, notes, and snippets.

@arturkot
Created February 4, 2013 15:10
Show Gist options
  • Save arturkot/4707299 to your computer and use it in GitHub Desktop.
Save arturkot/4707299 to your computer and use it in GitHub Desktop.
LESS conventions
.selector {
property: value;
}
.selector {
.other-selector: { property: value; }
property: value;
}
.selector {
.other-selector: { property: value; }
.different-selector: { property: value; }
property: value;
} // .selector - END
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment