0.0.12 • Published 6 years ago
@bpiwek/frontbox-kss-styleguide v0.0.12
Template for the KSS-node styleguide
Install
Add package on your project
npm i @bpiwek/frontbox-kss-styleguideor
yarn add @bpiwek/frontbox-kss-styleguideUsage
Be sure to be familiar with kss-node.
Create config file kss-config.json in your root project folder and past below config:
{
"title": "...",
"builder": "node_modules/@bpiwek/frontbox-kss-styleguide/dist/",
"extend": "node_modules/@bpiwek/frontbox-kss-styleguide/dist/helpers/",
"destination": "documentation/",
"homepage": "README.md",
"custom": ["Function", "Style", "Usage", "HTML"]
}Develop
Make sure to install this fallowing plugins for Visual Code Studio before making changes.
Bugs
Feel free to report bug using this link.