Skip to content

Instantly share code, notes, and snippets.

@Jonnotie
Created May 16, 2013 11:58
Show Gist options
  • Save Jonnotie/5591247 to your computer and use it in GitHub Desktop.
Save Jonnotie/5591247 to your computer and use it in GitHub Desktop.
calc() mixin
=calc($property, $expression)
#{$property}: -moz-calc(#{$expression})
#{$property}: -o-calc(#{$expression})
#{$property}: -webkit-calc(#{$expression})
#{$property}: calc(#{$expression})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment