Files
edx-platform/common/static/sass/bourbon/css3/_calc.scss
2014-06-11 21:19:26 -04:00

5 lines
117 B
SCSS

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