postcss-image-set-polyfill icon indicating copy to clipboard operation
postcss-image-set-polyfill copied to clipboard

Polyfill is not applied to content CSS property

Open vliubezny opened this issue 5 years ago • 0 comments

As image URL could be assigned to content property the polyfill should be applied to CSS snippet like this:

.content-view.canvas-overview .content-view.canvas > footer > .view-related-items > .view-shader {
    content: image-set(url(../Images/DocumentGL.png) 1x, url(../Images/[email protected]) 2x);
}

vliubezny avatar Jun 07 '19 11:06 vliubezny