esbuild-style-plugin icon indicating copy to clipboard operation
esbuild-style-plugin copied to clipboard

Inline comments in `less` file are removed incorrectly

Open NiuZhuang opened this issue 2 years ago • 0 comments

  1. Expected:
  • Inline comments like /* test comments */ will be kept as default
  1. Actual:
  • They are removed.
  1. Test cases:
  • It can be reproduces in any test cases. Just add comments in less file.

NiuZhuang avatar May 12 '23 02:05 NiuZhuang