Skip to content

Instantly share code, notes, and snippets.

@ddprrt
Created October 22, 2014 16:05
Show Gist options
  • Save ddprrt/f8d0b80a17bdd8d7f4a8 to your computer and use it in GitHub Desktop.
Save ddprrt/f8d0b80a17bdd8d7f4a8 to your computer and use it in GitHub Desktop.
A Lessig File
.myclass {
border-right: 1px;
}
.theme .myclass {
border-left: 1px;
}
.superclass:extend(.myclass all) {}
@buttons: {
border: 1px solid black;
};
button {
@buttons();
}
.mixin() {
background-color: #fff;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment