Knyle Style Sheets might be of interest to anyone thinking about documentation on the CSS end of things.
It is
Inspired by TomDoc, KSS attempts to provide a methodology for writing maintainable, documented CSS within a team. Specifically, KSS is a documentation specification and styleguide format. It is not a preprocessor, CSS framework, naming convention, or specificity guideline. This means it works great with ideas like OOCSS, SMACSS, SASS, and LESS.
I’ve created a specification for KSS as well as a ruby gem to parse the documentation.
Looking at the example on the above link, it produces very nice documentation from very simple comments within the CSS. It would take a massive number of hours to duplicate it manually.
Oh, and this: Instead, we added some extra code to our buttons so that they can be selected with CSS, so that people can build skins which hide the 'Share' button (or indeed any other button).
Comment on Accessibility, Design and Technology Meeting - 3 December 2011
facetofcathy Fri 23 Dec 2011 02:46AM UTC
Comment Actions
LucyP Fri 23 Dec 2011 10:17AM UTC
Comment Actions