1.0.1 • Published 7 years ago

color-preset v1.0.1

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

color-preset NPM version NPM downloads

Color preset for PostCSS and Sass developers.

Install

$ npm install --save color-preset

Presets

Usage

Directly import it in Sass or use postcss-import and postcss-simple-vars to work with PostCSS.

/* choose what preset you want */
@import "color-preset/material.css";

.title {
  color: $light-green;
  background-color: $gray-400;
}

License

MIT © EGOIST