Procházet zdrojové kódy

Fixed compile error

The mixing.less file had an error on line 83. Look at issue #4
Abdullah Almsaeed před 11 roky
rodič
revize
b1f6042969
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      less/mixins.less

+ 1 - 1
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;