postcss-material-shadow-helper

0.0.0 • Public • Published

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.

/postcss-material-shadow-helper/

    Package Sidebar

    Install

    npm i postcss-material-shadow-helper

    Weekly Downloads

    0

    Version

    0.0.0

    License

    MIT

    Last publish

    Collaborators

    • harrisrobin