kneath / kss

A methodology for documenting CSS and generating styleguides.
warpspire.com/kss
MIT License
4.04k stars 275 forks source link

Template includes support #110

Open robhrt7 opened 9 years ago

robhrt7 commented 9 years ago

Hi,

I read other tickets about including markup in CSS comments, and I fully agree that there's no place for HTML in CSS, but generating only modifiers and sticking to KSS markup generation features is very limited. Do you plan to support template includes alongside section description?

I would expect something like this:

/*
A button suitable for giving stars to someone.

@include "template.hbs" - some targeted description

Styleguide 2.1.3.
*/