1.0.3 • Published 9 years ago
postcss-responsive-images v1.0.3
postcss-responsive-images
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