Skip to content

Commit 3877c38

Browse files
Merge pull request twbs#222 from jasononeil/patch-1
Removed stray 100% from vertical-three-colours mixin
2 parents aba694c + 549e538 commit 3877c38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vendor/assets/stylesheets/bootstrap/_mixins.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@
432432
background-color: mix($midColor, $endColor, 80%);
433433
background-image: -webkit-gradient(linear, 0 0, 0 100%, from($startColor), color-stop($colorStop, $midColor), to($endColor));
434434
background-image: -webkit-linear-gradient($startColor, $midColor $colorStop, $endColor);
435-
background-image: -moz-linear-gradient(top, $startColor, $midColor $colorStop*100%, $endColor);
435+
background-image: -moz-linear-gradient(top, $startColor, $midColor $colorStop, $endColor);
436436
background-image: -o-linear-gradient($startColor, $midColor $colorStop, $endColor);
437437
background-image: linear-gradient($startColor, $midColor $colorStop, $endColor);
438438
background-repeat: no-repeat;

0 commit comments

Comments
 (0)