jacobrask / styledocco

Automatically generate a style guide from your stylesheets.
http://jacobrask.github.com/styledocco/
MIT License
1.07k stars 119 forks source link

Templating support instead of polluting CSS with HTML #128

Open robhrt7 opened 9 years ago

robhrt7 commented 9 years ago

Hi,

Does hologram supports, or plan to support templates include from CSS comments? Like

/*
My example

\```html_example
    @inclute template.hbs
\```
*/

HTML placed in CSS comments is hard to maintain, and easpecially keep up to date, because of you're always forced to copy paste it from real codebase to comments. Also, you don't have any syntax highlight and writing bigger chunks of HTML examples will bloat your CSS.