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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Published

Version History

  • Version
    Downloads (Last 7 Days)
    • Published

Package Sidebar

Install

npm i postcss-responsive-images

Weekly Downloads

5

Version

1.0.3

License

MIT

Last publish

Collaborators

  • npm