Skip to content

Instantly share code, notes, and snippets.

@seven-phases-max
Created April 4, 2019 19:18
Show Gist options
  • Save seven-phases-max/0f8e412254bdad470a7bfeaa714e7cc0 to your computer and use it in GitHub Desktop.
Save seven-phases-max/0f8e412254bdad470a7bfeaa714e7cc0 to your computer and use it in GitHub Desktop.
// Mixin
.color(@color) {
&-@{color} {
color: @color;
}
}
// Usage
.text {
.color(red);
.color(green);
.color(blue);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment