Skip to content

Instantly share code, notes, and snippets.

@tonylukasavage
Created September 13, 2013 17:04
Show Gist options
  • Save tonylukasavage/6553317 to your computer and use it in GitHub Desktop.
Save tonylukasavage/6553317 to your computer and use it in GitHub Desktop.
if (someRuntimeCondition) {
@import('class2');
} else {
@import('class1');
}
// or
function foo() {
@import('bar');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment