Thanks for quick reply! Actually I don't mind so much what I use $!@ etc for constant. As new to sass I just don't like to change syntax from 'font-size:' to 'font-size ='. It just irritates my sass nuby mind, perhaps I'm getting use to it soon :-)
Priit On Jan 13, 8:48 pm, "Russell Norris" <[EMAIL PROTECTED]> wrote: > $foo creates a Ruby GLOBAL [bad word in Rails] variable. Prolly not good to > use that. > > RSL > > On Jan 13, 2008 7:36 AM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > > > Hi! > > > Just trying out sass and haven't figured out why you picked syntax as > > '!constant' instead of '$constant', '@constant' or something similar. > > Exclamation mark goes against to css !important, ruby syntaxes etc. > > > Right now as ruby person and a sass newby i would like to write: > > > $13 = 100% > > > #header > > font-size: $13 > > > but have to > > > !13 = 100% > > > #header > > font-size = !13 > > > I don't others but this exclamation mark irritates just too much to my > > nuby sass mind :-) > > > Thanks for doing sass and haml! > > > Priit --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Haml" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/haml?hl=en -~----------~----~----~----~------~----~------~--~---
