Created
June 20, 2011 14:47
-
-
Save marcelojunior/1035744 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Syntax error: Invalid CSS after "(": expected variable (e.g. $foo), was "!color)" | |
on line 7 of /home/marcelo/hueb/presenteio/app/sass/partials/_utilities.sass | |
from line 9 of /home/marcelo/hueb/presenteio/app/sass/partials/_base.sass | |
from line 2 of /home/marcelo/hueb/presenteio/app/sass/public.sass | |
2: =graydient | |
3: +linear-gradient(color-stops(#fff, #CFCFCF)) | |
4: :-ms-filter "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#FFFFFF, endColorstr=#CFCFCF)" /* IE8 */ | |
5: :filter progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#FFFFFF, EndColorStr=#CFCFCF) /* IE6 & IE7 */ | |
6: | |
7: =hueb-text-shadow(!color) | |
8: +text-shadow(!color, 1px, 1px, 5px) | |
9: //:filter Shadow(Color=!color, Direction=120, Strength=5) | |
10: | |
11: =hueb-box-shadow | |
12: +box-shadow |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment