Skip to content

Instantly share code, notes, and snippets.

@lolmaus
Last active December 16, 2015 07:29
Show Gist options
  • Save lolmaus/5399447 to your computer and use it in GitHub Desktop.
Save lolmaus/5399447 to your computer and use it in GitHub Desktop.
@mixin calc($dir, $arg) {
#{$dir}: calc(#{$arg});
-moz-#{$dir}: calc(#{$arg});
-webkit-#{$dir}: calc(#{$arg}); }
html {
@include calc('width', '10em + 20px'); }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment