KSS Bootstrap
KSS Bootstrap is a Knyle Style Sheet template and style guide for Bootstrap.
Usage
This project includes two components:
- The styleguide directory provides a KSS styleguide for Bootstrap
- The bootstrap directory provides the KSS Node template in order to build the styleguide
Dependencies
Build
- Install KSS-Node by using the following command:
npm install kss -g
- Render the site using the following command:
kss-node styleguide out -t bootstrap
styleguide
is the directory to which KSS Styleguide to usebootstrap
is the directory of which KSS template to useout
represents where the rendered styleguide should be output
Test and Deploy
npm test
npm run-script deploy