doiuse icon indicating copy to clipboard operation
doiuse copied to clipboard

`viewport-unit-variants` false positive with data-url

Open edg2s opened this issue 8 months ago • 0 comments

When a data-url contains a string that looks like a number and unit, the rule triggers: Example code:

span {
  background-image: url( data:image/svg+xml;base64,..............5vb............ );
}

edg2s avatar Jun 05 '24 17:06 edg2s