项目作者: archco

项目描述 :
The color palette for SCSS.
高级语言: CSS
项目地址: git://github.com/archco/scss-palette.git
创建时间: 2017-01-05T03:43:18Z
项目社区:https://github.com/archco/scss-palette

开源协议:MIT License

下载


scss-palette

The color palette for SCSS.

Installation

NPM

  1. npm install scss-palette

Bower

  1. bower install scss-palette

Usage

Basic

  1. // Import in your style.scss
  2. @import 'node_modules/scss-palette/src/palette';
  3. $ashgray: palette('ashgray');

Color index

https://archco.github.io/scss-palette/

Useful functions

https://github.com/archco/scss-palette/blob/master/docs/functions.md

Documents

Please see documents page.

Change Log

CHANGELOG.md

License

MIT License