I stumbled on a "bug" today when using the "sass" command line utility to convert a sass file with comments to css.
The sass file just had several lines commented with /* */ at the top. After running "sass input.sass output.css" the output file two problems. 1. the comments were gone altogether, and replaced with an empty string "/* */" 2. there were many empty lines where the comments should have been What I was expecting is the comments to appear, and in case they didn't appear then at least the output.css not look like a badly written php html with empty lines all over the place. The comments have to appear there because it's special metadata for wordpress, wordpress actually reads from there the theme name, description, etc .. for that theme. - 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 -~----------~----~----~----~------~----~------~--~---
