1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 04:27:45 +00:00

LibWeb: Rename StyleRules.cpp -> StyleRule.cpp and tidy up

`append_with_to_string()` is no longer needed now that ComponentValue
has a Formatter.
This commit is contained in:
Sam Atkins 2022-04-12 14:38:09 +01:00 committed by Andreas Kling
parent ba7149a27d
commit 5f316cffba
3 changed files with 39 additions and 56 deletions

View file

@ -50,7 +50,7 @@ set(SOURCES
CSS/Parser/DeclarationOrAtRule.cpp
CSS/Parser/Function.cpp
CSS/Parser/Parser.cpp
CSS/Parser/StyleRules.cpp
CSS/Parser/StyleRule.cpp
CSS/Parser/Token.cpp
CSS/Parser/Tokenizer.cpp
CSS/Percentage.cpp