Closed roelvangils closed 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 */
<comment_block> Comment </comment_block>
And when I use a @ inside my comment, like /* @Group Blah */, I get this warning:
/* @Group Blah */
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
Fixed.
Hi Anthony,
Liking it so far, but...
When I add a
/* Comment */
, it turns out like this in the generated CSS:And when I use a @ inside my comment, like
/* @Group Blah */
, I get this warning: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