mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 13:57:35 +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:
parent
ba7149a27d
commit
5f316cffba
3 changed files with 39 additions and 56 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue