ankit / stylebot

Change the appearance of the web instantly
https://stylebot.dev/
MIT License
1.38k stars 204 forks source link

[Bug] Editor shows syntax error for valid CSS #763

Open WORMSS opened 9 months ago

WORMSS commented 9 months ago

Describe the bug

Editor reports error for valid CSS

*:has(>div) {
  color: red;
}

image

Browser

Chrome: Version 117.0.5938.92 Windows 10

To Reproduce

Steps to reproduce the behavior:

Expected behavior

Expect it to not report it as an error.

Screenshots

image

Additional context

Add any other context about the problem here.