Skip to content

Instantly share code, notes, and snippets.

@seven-phases-max
Last active January 13, 2016 02:07
Show Gist options
  • Save seven-phases-max/3c891bc738325a7483a1 to your computer and use it in GitHub Desktop.
Save seven-phases-max/3c891bc738325a7483a1 to your computer and use it in GitHub Desktop.
@theme: default;
@import "@{theme}.less";
#rectangle {
background: blue;
}
@theme: default;
#rectangle {
background: gray;
}
@import "config.less";
@import "@{theme}.less";
#rectangle {
background: green;
}
#rectangle {
background: red;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment