Skip to content

Instantly share code, notes, and snippets.

@danscotton
Created May 11, 2012 15:04
Show Gist options
  • Save danscotton/2660316 to your computer and use it in GitHub Desktop.
Save danscotton/2660316 to your computer and use it in GitHub Desktop.
// ---------------------------------------
// BLQ
// ---------------------------------------
#blq-container {
background: @site-background;
compact({
background: red;
});
tablet(
background: green;
);
wide({
background: yellow;
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment