Skip to content

Instantly share code, notes, and snippets.

@seven-phases-max
Created July 19, 2017 16:43
Show Gist options
  • Save seven-phases-max/defec6e9589c0b07addd91bb4fad04a9 to your computer and use it in GitHub Desktop.
Save seven-phases-max/defec6e9589c0b07addd91bb4fad04a9 to your computer and use it in GitHub Desktop.
.localise(@-) {
.ie, .au, .gb, // <- langs "variable"
.localise &
{@-();}}
// usage:
.localise({
.button {
color: red;
}
.knob {
color: blue;
}
});
.localise({
.fader {
color: green;
}
});
//etc.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment