rtfpessoa / diff2html

Pretty diff to html javascript library (diff2html)
https://diff2html.xyz
MIT License
2.87k stars 278 forks source link

Unrecognised input. Possibly missing opening '{' #537

Open THU-Yu opened 1 month ago

THU-Yu commented 1 month ago

I encountered the following error:

It seems that there is a problem with the CSS format.

rtfpessoa commented 1 month ago

Can you provide an example of how you got into that error?

THU-Yu commented 1 month ago

I use import 'diff2html/bundles/css/diff2html.min.css'; in my code. I verified the CSS format of version 3.4.48 through the website. The error report is as follows. I searched online and found that it might be a problem with CSS Lint. image