From b1f604296916532a35e708b2ef974ba248d705db Mon Sep 17 00:00:00 2001 From: Abdullah Almsaeed Date: Sun, 16 Feb 2014 15:34:56 -0500 Subject: [PATCH] Fixed compile error The mixing.less file had an error on line 83. Look at issue #4 --- less/mixins.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;