Files
ladybird/Userland/Libraries/LibWeb/CSS/Parser/StyleRules.cpp
Sam Atkins 8671d79ba4 LibWeb: Add direct StyleComponentValueRule constructors
Rather than passing a ComponentType, and then manually modifying the
data fields, we now create them initialized.

The constructor that takes a Token is intentionally left implicit,
so that we can automatically convert when using the TokenStream later.
2021-07-11 23:19:56 +02:00

4.3 KiB