@bpiwek/frontbox-kss-styleguide
v0.0.12
Published
Fronbox KSS Styleguide
Downloads
16
Maintainers
Readme
Template for the KSS-node styleguide
Install
Add package on your project
npm i @bpiwek/frontbox-kss-styleguide
or
yarn add @bpiwek/frontbox-kss-styleguide
Usage
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.