vscode-ecsstractor
vscode-ecsstractor copied to clipboard
Unexpectedly extract value of id of the <g /> in SVG
Actual
Source:
<g id="layer_2" data-name="layer_2"></g>
Run eCSStractor:
#layer_2 {
}
Expected
CSS file contents is empty.