vscode-ecsstractor icon indicating copy to clipboard operation
vscode-ecsstractor copied to clipboard

Unexpectedly extract value of id of the <g /> in SVG

Open kubosho opened this issue 3 years ago • 0 comments

Actual

Source:

<g id="layer_2" data-name="layer_2"></g>

Run eCSStractor:

#layer_2 {
}

Expected

CSS file contents is empty.

kubosho avatar Sep 15 '21 15:09 kubosho