diff --git a/less/mixins.less b/less/mixins.less index cd1825c51..b368d875e 100644 --- a/less/mixins.less +++ b/less/mixins.less @@ -80,7 +80,7 @@ border-radius: @radius; } //Different radius each side -.border-radius(@top-left; @top-right, @bottom-left, @bottom-right) { +.border-radius(@top-left; @top-right; @bottom-left; @bottom-right) { -webkit-border-top-left-radius: @top-left; -webkit-border-top-right-radius: @top-right; -webkit-border-bottom-right-radius: @bottom-right;