Skip to content

Instantly share code, notes, and snippets.

@martenlienen
Created March 13, 2014 14:02
Show Gist options
  • Save martenlienen/9529052 to your computer and use it in GitHub Desktop.
Save martenlienen/9529052 to your computer and use it in GitHub Desktop.
Das Problem ist, dass beide Dateien im asset_path sind und dann beide kompiliert werden. Bei der ersten Datei ist das kein Problem, aber bei der zweiten gibts Probleme (@variable not found)
@variable: 5px;
@import "second.less";
body {
padding-top: @variable;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment