Files
ladybird/Libraries/LibWeb/CSS/Parser
Sam Atkins 427d7fabd7 LibWeb/CSS: Stop copying the input in parse_css_value()
Now that we don't strip out whitespace, this method was copying the
input TokenStream into a Vector, and then creating new TokenStreams
from that. So, stop doing that and use the input TokenStream instead.
2025-11-03 11:23:21 +00:00
..
2025-08-23 16:04:36 -06:00