English
All CSS is documented using KSS—specifically, the Node implantation. This creates a reliable way to build a style guide, and a consistent method of documenting CSS within the modules themselves.
All CSS is written using the SCSS flavour of Sass, and is preprocessed automatically using Harp.
The CSS is contained within the following partials, which is based on conventions from SMACSS.
module/ directory..is- or .js-.Once you have the project cloned locally, you can rebuild the style guide with the following commands:
npm install
npm run styleguide
harp server
# Visit http://localhost:9000/styleguide