Does anyone know of a CSS documentation tool? -
we have rebuilt our site using oocss principles allow modular way write css.
the site large , has many devs working on want able document css css modules reused efficiently possible.
does have experience using automated css documentation tool? or adapting documentation tool use css files?
css_doc
css_doc. blog post explaining it.
and example of documentation comment
/** * reset text color , line height. */ body { line-height: 1; color: black; background: white; }
it implementation in ruby of cssdoc. short tutorial on getting started cssdoc commenting
Comments
Post a Comment