Update Ember to 3.1
This commit is contained in:
Vendored
+6
@@ -0,0 +1,6 @@
|
||||
@mixin calc($property, $value) {
|
||||
@include _bourbon-deprecate-for-prefixing("calc");
|
||||
|
||||
#{$property}: -webkit-calc(#{$value});
|
||||
#{$property}: calc(#{$value});
|
||||
}
|
||||
Reference in New Issue
Block a user