1.15.0 • Published 6 years ago
kanoe-css v1.15.0
kanoe-css
Description
Just another CSS framework
Development
Watch all stylus and pug files, lint, build and run a development server:
$ yarn devCSS / Styles
Styles are builded with stylus.
$ yarn stylus:build
$ yarn stylus:watchStylus code style rules are enforced by linting, following the rules defined on stylintrc
$ stylus:lint
$ stylus:lint:watchHTML / Docs
The documentation and examples are writtten using pug
$ yarn pug:build
$ yarn pug:watchPUG code style rules are enforced by linting, following the rules defined on puglintrc
$ pug:lint
$ pug:lint:watchGit
Commits messages follow the conventional commit format and are checked with commitlint.