Skip to content

Instantly share code, notes, and snippets.

@dcneiner
Last active August 29, 2015 14:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dcneiner/f80dadd099922c60be43 to your computer and use it in GitHub Desktop.
Save dcneiner/f80dadd099922c60be43 to your computer and use it in GitHub Desktop.
Example for a lessc 2.1.1 bug report
/* Normal CSS Stuff*/
html, body { font-size: 16px; }
body {
background: red;
}
@import (inline) "include.css";
@themeName: "sample";
@import "@{themeName}.theme.less";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment