1.2.20 • Published 4 years ago

colorspal v1.2.20

Weekly downloads
16
License
ISC
Repository
github
Last release
4 years ago

ColorsPal 1.2

Quick start

Several quick start options are available:

What's included

Within the download you'll find the following directories and files, logically grouping common assets and providing both compiled and minified variations also source files to modify and include in your own custom project files. You'll see something like this:

colorspal/
├── dist/
│   ├── colorspal.css
│   ├── colorspal.css.map
│   ├── colorspal.min.css
│   ├── colorspal.min.css.map
└── scss/
    │   ├── components/
    │   │   ├── _background-colors.scss
    │   │   ├── _root.scss
    │   │   ├── _text-colors.scss
    │   ├── inc/
    │   │   ├── _functions.scss
    │   │   ├── _variables.scss
    └── colorspal.scss

We provide compiled CSS (colorspal.css), as well as compiled and minified CSS (colorspal.min.css).

Documentation

Installation

npm i colorspal

Then in your style.scss file

@import "../node_modules/colorspal/scss/colorspal";

Alternatively you can use our CDN

<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/colorspal@1.2.20/dist/colorspal.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/colorspal@1.2.20/dist/colorspal.min.css">

More Details:

Please follow our official documentation for more depth information and example codes. ColorsPal docs »

Copyright and license

Code and documentation copyright 2020 the DevsBuddy. Code released under the MIT License. Docs released under Creative Commons.