Open fjf2002 opened 3 weeks ago
vite output:
rendering chunks (105)...warnings when minifying css: ▲ [WARNING] "@namespace" rules are not supported [unsupported-@namespace]
<stdin>:629:1: 629 │ }@namespace svgns url(http://www.w3.org/2000/svg); ╵ ~~~~~~~~~~
cf. https://esbuild.github.io/api/#log-override
This is a consequence of doing all CSS stuff with Vite. Perhaps this one CSS has to be carved out of vite again.
@martin-pabst : Are SVG @namespace CSS rules actively used? If yes, we must fix this.
vite output:
rendering chunks (105)...warnings when minifying css: ▲ [WARNING] "@namespace" rules are not supported [unsupported-@namespace]
cf. https://esbuild.github.io/api/#log-override
This is a consequence of doing all CSS stuff with Vite. Perhaps this one CSS has to be carved out of vite again.