martin-pabst / Online-IDE-new-compiler

Online-IDE with new compiler
GNU General Public License v3.0
1 stars 0 forks source link

[WARNING] "@namespace" rules are not supported [unsupported-@namespace] #31

Open fjf2002 opened 3 weeks ago

fjf2002 commented 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.

fjf2002 commented 1 week ago

@martin-pabst : Are SVG @namespace CSS rules actively used? If yes, we must fix this.