**To reproduce:** <!-- If the issue you reported requires a complex codebase to reproduce, please provide a replicable method such as a Github repository, Codesandbox link, Stackblitz link, or other relevant method for maintainers to investigate your feedback effectively. Thanks ! --> ```less @media ((color) and (hover)), all { body { background: green; } } ``` **Current behavior:** Parsing error, missing closing ')' **Expected behavior:** You can check the CSS validator to see this is valid. Just randomly came across this today. **Environment information:** <!-- Provide the `less` and `nodejs` packages versions --> - `less` version: - `nodejs` version: - `operating system`: <!-- macos, linux or windows ? --> <!-- feel free to add additional comments -->