Skip to content

Instantly share code, notes, and snippets.

@griiettner
Created May 22, 2014 13:34
Show Gist options
  • Save griiettner/9170d37ccee3817e5162 to your computer and use it in GitHub Desktop.
Save griiettner/9170d37ccee3817e5162 to your computer and use it in GitHub Desktop.
To use CSS calc on LESS
body { width: calc(~"100% - 250px - 1.5em"); }
// Ref: http://stackoverflow.com/questions/11972084/less-aggressive-compilation-with-css3-calc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment