Files
ladybird/Userland/Libraries/LibWeb/CSS/Parser/Parser.h
Sam Atkins 697bffa3bd LibWeb: Convert CSS parse_{color,length}() lambdas into methods
This lets us get the Length and Color values directly, without having to
create a StyleValue object and then throw it away again, when parsing
the box-shadow property in the next commit.
2021-07-31 00:18:11 +02:00

8.3 KiB