Two improvements to Sass colour constants:

1. Three-(hex)digit colour literals are expanded to six-digit by  
repetition, not insertion of 'f' (as per CSS spec), i.e. #123 ->  
#112233, not #1f2f3f

2. HTML4 named colours are recognised, i.e. olive -> #808000

Includes tests & docs.

Cheers,
-Tom


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Attachment: color.patch
Description: Binary data

Reply via email to