Greetings All,
A short example of what does not work :
p
:text-align justify
:first-letter
:margin-left 1em
And a short example of how to make it work, nevertheless :
p
:text-align justify
p:first-letter
:margin-left 1em
This small example raises the question of how Sass supports CSS selectors
... if sass would use a bit different syntax, with : coming after the
attribute and not before -- then there might not even be a problem at all.
But since the first example is something that I would expect to work - sass
probably needs some kind of 'css selector reserved words' knowledge, or
perhaps handle parameter-less selectors in a special way.
Regards,
- evgeny
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---