Files
ladybird/Userland/Libraries/LibWeb/CSS
Sam Atkins 52a1be5eae LibWeb: Allow whitespace when parsing "!important" in CSS
This accounts for cases like:
```css
.foo {
    color: blue ! important ;
}
```

That's rare now that minifying is so popular, but does appear on some
websites.

I've added spec comments to `consume_a_declaration()` while I was at it.
2021-10-28 16:05:48 +02:00
..
2021-10-08 23:02:57 +02:00
2021-10-08 23:02:57 +02:00
2021-10-20 09:20:18 +01:00
2021-10-06 23:52:40 +01:00
2021-10-01 20:03:03 +02:00
2021-10-08 23:02:57 +02:00
2021-10-08 23:02:57 +02:00
2021-10-08 23:02:57 +02:00