Skip to content

Commit 4be3985

Browse files
Merge pull request #9 from pascalalferink/master
mixin calc is no longer necessary
2 parents 8300170 + 3fa6611 commit 4be3985

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

sass/base/mixins.scss

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,6 @@
2424
opacity: $params * 0.01;
2525
}
2626

27-
/*
28-
* Calc
29-
*/
30-
@mixin calc($property, $expression) {
31-
#{$property}: -moz-calc(#{$expression});
32-
#{$property}: -webkit-calc(#{$expression});
33-
#{$property}: calc(#{$expression});
34-
}
35-
36-
3727
/*
3828
* Generic transform
3929
*/

0 commit comments

Comments
 (0)