Skip to content

Instantly share code, notes, and snippets.

@oboshto
Created September 27, 2016 17:29
Show Gist options
  • Save oboshto/662baa9094fb09a0f0d42529a999a99a to your computer and use it in GitHub Desktop.
Save oboshto/662baa9094fb09a0f0d42529a999a99a to your computer and use it in GitHub Desktop.
Calc with .less
* {
width: calc(100% ~"-" 250px ~"-" 1.5em);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment