Current section

Files

Jump to
thesis web static css _vendor bourbon css3 _calc.scss
Raw

web/static/css/_vendor/bourbon/css3/_calc.scss

@mixin calc($property, $value) {
#{$property}: -webkit-calc(#{$value});
#{$property}: calc(#{$value});
}