This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

postcss-responsive-images

1.0.3 • Public • Published

postcss-responsive-images

Build Status NPM version Dependency Status

PostCSS plugin for making responsive images.

Install

With npm do:

npm install postcss-responsive-images --save

Example

Input

.boo img {
  image-size: responsive;
}

Output

.boo img {
  max-width:100%;
  height:auto;
  display:block;
}

License

MIT

/postcss-responsive-images/

    Package Sidebar

    Install

    npm i postcss-responsive-images

    Weekly Downloads

    8

    Version

    1.0.3

    License

    MIT

    Last publish

    Collaborators

    • npm