@@ -34,7 +34,7 @@
}
@mixin triangle($width, $height, $color, $direction) {
- $width: $width/2;
+ $width: $width*0.5;
$color-border-style: $height solid $color;
$transparent-border-style: $width solid transparent;
height: 0;