mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 13:24:25 +00:00
5 lines
109 B
SCSS
5 lines
109 B
SCSS
@mixin calc($property, $value) {
|
|
#{$property}: -webkit-calc(#{$value});
|
|
#{$property}: calc(#{$value});
|
|
}
|