Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Latest commitHistory | ||||
PostCSS plugin for fallback image-set.
.foo { /* Input example */ background-image: image-set(url(img/test.png) 1x, url(img/test-2x.png) 2x, url(my-img-print.png) 600dpi); }
.foo { /* Output example */ background-image: url(img/test.png); background-image: image-set(url(img/test.png) 1x, url(img/test-2x.png) 2x, url(my-img-print.png) 600dpi); }
Usage
postcss([ require('postcss-image-set') ])
See PostCSS docs for examples for your environment.
About
No description, website, or topics provided.
Resources
Stars
20 stars
Watchers
2 watching