0.0.0 • Published 8 years ago

postcss-material-shadow-helper v0.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

PostCSS Material Shadow Helper Build Status

PostCSS plugin POst css material shadow helper based on Google's material design s spec..

.foo {
    /* Input example */
    box-shadow: shadow-helper(1);
}
.foo {
  /* Output example */
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

Usage

postcss([ require('postcss-material-shadow-helper') ])

See PostCSS docs for examples for your environment.