Skip to content

kanoe-ui/kanoe-css

Repository files navigation

Kanoe CSS

CSS framework

Built with

Installation

npm install

Usage

# development server
npm run start
# build to production
npm run build

Code formatters

Watch mode

# all files
npm run  fix:watch:all

MD, JS, CSS, JSON, PUG

# watch mode
npm run prettier:fix:watch
# all files
npm run prettier:fix

STYL

# watch mode
npm run stylus:fix:watch
# all files
npm run stylus:fix:all
# one file
npm run stylus:fix:file --file=./file.styl

Lint

Styles

# all files
npm run stylus:lint
# one file
npm run stylus:lint --file=./file.styl