Package Exports
- material-colors/dist/colors.json
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (material-colors) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Material Colors
Colors from Google's Material Design made available to coders.
The colors are scraped from the guide. The idea to publish colors in multiple forms is stolen from mrmrs/colors.
Available Forms
- CSS: Classes for prototyping such as
.color-red-100
,.bg-red-100
,.border-red-100
,.fill-red-100
and.stroke-red-100
. - Sass, Scss: Color variables such as
$md-red-100
. - Less: Color variables such as
@md-red-100
.