1.0.3 • Published 10 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 --saveExample
Input
.boo img {
image-size: responsive;
}Output
.boo img {
max-width:100%;
height:auto;
display:block;
}License
MIT