/canisminor-colors

🎨 Color system for canisminor

Primary LanguageTypeScriptMIT LicenseMIT

@canisminor/colors

npm release releaseDate ciTest ciRelease codecov

dumi forks stargazers issues license

Self-use color system and utils.

Installation

How to install

# with npm
npm install @canisminor/colors --save-dev

# with yarn
yarn add @canisminor/colors --dev

Development

Install dependencies

$ yarn

Start the dev server

$ yarn start

Build documentation

$ yarn docs:build

Run test

$ yarn test

Build library via father-build

$ yarn build

Acknowledgments