Skip to content

Instantly share code, notes, and snippets.

@DimitarChristoff
Last active December 15, 2015 10:19
Show Gist options
  • Save DimitarChristoff/5245053 to your computer and use it in GitHub Desktop.
Save DimitarChristoff/5245053 to your computer and use it in GitHub Desktop.
.foo {
background: @red;
}
@import-once "variables";
@import-once "foo";
/* this is what is embedded as /assets/styles/style.less-d7b9d09e31714142e13736e06bda6e84.css" */
.foo {
background: #ff0000;
}
@import-once "variables";
@import-once "foo";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment