1.0.4 • Published 6 years ago

css-material-color-palette-variables v1.0.4

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

Material design color palette variables for CSS/PostCSS

CSS variables with BEM modifiers for material design color palette.

Installation

npm i css-material-color-palette-variables -S

Usage

HTML:

<style
  src="/node_modules/css-material-color-palette-variables/index.css"
></style>

CSS:

@import url('/node_modules/css-material-color-palette-variables/index.css');

Javascript (Webpack):

import ('css-material-color-palette-variables');
1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

7 years ago