Parcourir la source

renamed mixins and fixed error

eddiemachado il y a 13 ans
Parent
commit
d6f2b700be
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      library/less/_mixins.less

+ 2 - 2
library/less/mixins.less → library/less/_mixins.less

@@ -62,8 +62,8 @@ http://0to255.com/
 @bones-pink:        #f01d4f;
 @bones-blue:        #1990db;
 
-@link-color:        $bones-pink;
-@link-hover:        darken($link-color, 9%);
+@link-color:        @bones-pink;
+@link-hover:        darken(@link-color, 9%);
 
 /*
 Here's a great tutorial on how to