Current section

Files

Jump to
ex_admin web static css bourbon css3 _calc.scss
Raw

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

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