-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Closed
Description
A new range syntax introduced in Media Queries Level 4.
The syntax allow query expresses, includes range express.
But i got an error when using the syntax.
To reproduce:
@media (400px <= width <= 700px) {
.main-box {
display: flex;
}
}Current behavior:
less: Missing closing ')' in file test.less line no. 1
Expected behavior:
Convert to css with the syntax correctly
Environment information:
lessversion: 4.1.3nodejsversion: 16.14.0operating system: win