avif-in-css icon indicating copy to clipboard operation
avif-in-css copied to clipboard

PostCSS plugin to use AVIF in CSS background

Results 3 avif-in-css issues
Sort by recently updated
recently updated
newest added

Source code only handles `html`: https://github.com/nucliweb/avif-in-css/blob/13b02388957f1ff649de318d77017cdef7c8ba52/index.js#L14-L16 The following: ```css body main { background-image: url(./assets/test.jpeg); background-size: contain; } ``` will generate: ```css body.avif body main { background-image: url(/assets/test.0e61a19d72e86eea12e0.avif); } ``` Same...

Bumps [postcss](https://github.com/postcss/postcss) from 8.1.14 to 8.4.31. Release notes Sourced from postcss's releases. 8.4.31 Fixed \r parsing to fix CVE-2023-44270. 8.4.30 Improved source map performance (by @​romainmenke). 8.4.29 Fixed Node#source.offset (by...

dependencies

Hi. Thank you for this amazing plugin. Can this plugin work with PostCSS version above 8.1.14? If so, I would be grateful if you could change PostCSS version which is...