Skip to content

Commit 3336225

Browse files
author
Joao Augusto
committed
Remove duplicated hyphen in gradient mixin just after the vendor prefix
1 parent 7009bf4 commit 3336225

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mixins/_css3.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262

6363
background: $fallback;
6464
@each $vendor in $vendors-no-w3c {
65-
background: #{$vendor}-#{$type}-gradient($position, $size $shape, $colors);
65+
background: #{$vendor}#{$type}-gradient($position, $size $shape, $colors);
6666
}
6767
background: #{$type}-gradient($size $shape at $position, $colors);
6868
}

0 commit comments

Comments
 (0)