Thanks for all good things sass. I do like some of the recent syntax changes (to sass itself, not the scss addition) however one thing that seems stinky is not using = for variable assignment.
$my_self_importance = 0 is better than $your_self_importance: 0 I prefer = because the syntactic distinction between variable assignment and css attribute assignment is much more clear. In other words, I feel the = should be used for assignment, and : for css attribute assignment. $my_syntax_ocd: 100% is too similar to #boner width: 100% -- 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.
