0.3.1 • Published 2 years ago

@siimple/colors v0.3.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@siimple/colors

A color palette for the siimple CSS toolkit.

Install

Install this module using npm:

$ npm install --save @siimple/colors

Usage

You can use the colors exported by this module in your siimple.config.js file, for example to generate your colors scale:

import colors from "@siimple/colors";

export default {
    colors: {
        text: colors.gray["700"],
        background: colors.gray["100"],
        primary: colors.mint["600"],
    },
    // ...other configuration
};

Check out the full list of available colors.

License

MIT License.

0.3.1

2 years ago

0.3.0

2 years ago

0.1.0

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.0.2

2 years ago

0.2.3

2 years ago

0.2.2

2 years ago

0.0.1

2 years ago

0.0.0

2 years ago