This is finally fixed. As of a push I just made, you can now include whitespace before the colon.
On Wed, Aug 19, 2009 at 5:51 PM, Bill Burcham <[email protected]> wrote: > > New to SASS so I naturally started w/ the "colon after the property > name" syntax since it's close to CSS. However I notice the colon has > to be right next to the property name. No whitespace is allowed. So > this works: > > text-transform: none > > But this does not: > > text-transform : none > > The SASS doc says simply that the colon must be "between" the property > name and its value (not that whitespace is illegal before the colon). > IIRC CSS also allows space before. (at least this person thinks so: > http://www.css-zibaldone.com/articles/syntax/css-syntax.html) > > --~--~---------~--~----~------------~-------~--~----~ > 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 > -~----------~----~----~----~------~----~------~--~--- > > -- 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.
