im-richard / Scaffold

Extend, combine and compress CSS
http://github.com/IAMRichardT/Scaffold/wiki
161 stars 19 forks source link

CSS Comments #16

Closed roelvangils closed 14 years ago

roelvangils commented 14 years ago

Hi Anthony,

Liking it so far, but...

When I add a /* Comment */, it turns out like this in the generated CSS:

<comment_block> Comment </comment_block>

And when I use a @ inside my comment, like /* @Group Blah */, I get this warning:

simplexml_load_string() [function.simplexml-load-string]: Entity: line 11: parser error : Unescaped '<' not allowed in attributes values

I really like using @group, because it creates nested groups in the navigator pane in Espresso (and CSSEdit).

Maybe I'm doing something wrong though. Thanks for your help!

Roel

anthonyshort commented 14 years ago

Fixed.