the output of marker-end: url(#ID)
is incorrect in some case.
#205
Labels
bug
Something isn't working
marker-end: url(#ID)
is incorrect in some case.
#205
Hi team,
if I use
marker-end: url(#ID)
in less, it's resolved as url link and output the css likemarker-end: url("../base/#ID")
.here is doc of
marker-end
: https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/marker-endI think using webpack + less-loader doesn't have the issue.
So do you any workaround to solve it in consumer side?
Best Regards
Ben
The text was updated successfully, but these errors were encountered: