/home/fdhrevqn/www/wp-content/themes/fox/css/lib/bourbon/css3/_calc.scss
@mixin calc($property, $value) {
  #{$property}: -webkit-calc(#{$value});
  #{$property}: calc(#{$value});
}