serenity/Base
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
..
bin Userland: Add more(1) emulation to less(1) 2021-07-07 20:01:15 +04:30
etc Base: Add archive icons and use them for compressed files 2021-12-08 17:59:00 +01:00
home/anon Base: Set ImageViewer as the launcher for .qoi files 2021-12-21 13:27:27 +01:00
res LibWeb: Support range syntax for media queries 2022-01-02 15:43:51 +01:00
root Base: Add new system-mode that just generates manpages 2021-11-01 21:12:58 +01:00
usr mkdir: Use FilePermissionsMask to handle mode option 2022-01-01 17:33:43 +00:00
www Base: Replace <!DOCTYPE> with <!DOCTYPE html> in a few files (#1511) 2020-03-26 07:37:12 +01:00