Skip to content

Instantly share code, notes, and snippets.

@seven-phases-max
Last active August 26, 2015 08:58
Show Gist options
  • Save seven-phases-max/0b3de4a39aed9538f200 to your computer and use it in GitHub Desktop.
Save seven-phases-max/0b3de4a39aed9538f200 to your computer and use it in GitHub Desktop.
@some-var: true;
.import-hello(@some-var);
.import-hello(true) {
.some-class {
@import "hello";
}
}
.import-hello(...) when (default()) {
@import (multiple) "hello";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment