Files
ladybird/Userland/Libraries/LibWeb/CSS
Sam Atkins 416033a660 LibWeb: Support range syntax for media queries
This means you can now do queries like:

```css
@media (400px <= width < 800px) { }
```

Chromium and Firefox which I tested with both don't support this yet, so
that's cool. :^)
2022-01-02 15:43:51 +01:00
..
2021-10-20 09:20:18 +01:00
2021-10-06 23:52:40 +01:00
2021-10-08 23:02:57 +02:00