UNPKG

kss

Version:

The Node.js port of KSS: A methodology for documenting CSS and building style guides

36 lines (33 loc) 1.03 kB
// KSS Spec // // Read the KSS spec for details on how to document your stylesheets. // // Compared to the default Ruby implementation at kneath/kss, kss-node includes // a few optional features to allow for completely automated style guide // building out of the box. The kss-node specifics are detailed in this // annotated copy of the // [KSS spec](https://github.com/kss-node/kss/blob/spec/SPEC.md). // // Weight: -1 // // Style guide: spec // JavaScript API // // The JavaScript API documentation is available for many versions of kss-node: // * [kss-node master branch](./api/master/) (future 3.0.x version) // * [kss-node v2.4.0](./api/2.4.x/) // * [kss-node v2.3.4](./api/2.3.x/) // * [kss-node v2.2.0](./api/2.2.x/) // * [kss-node v2.1.1](./api/2.1.x/) // * [kss-node v2.0.2](./api/2.0.x/) // // Style guide: javascript-api // Demo // // The source files for this demo can be found in the // [demo folder](https://github.com/kss-node/kss-node/tree/master/demo) on // GitHub. // // Weight: 1 // // Style guide: demo