mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 04:47:35 +00:00
LibWeb: Rename CompositeStyleValue -> ShorthandStyleValue
It's a shorthand, so let's call it that. :^)
This commit is contained in:
parent
69482f1f14
commit
d20254f1bc
9 changed files with 24 additions and 24 deletions
|
@ -11,7 +11,6 @@ source_set("StyleValues") {
|
|||
"BorderStyleValue.cpp",
|
||||
"CalculatedStyleValue.cpp",
|
||||
"ColorStyleValue.cpp",
|
||||
"CompositeStyleValue.cpp",
|
||||
"ConicGradientStyleValue.cpp",
|
||||
"ContentStyleValue.cpp",
|
||||
"DisplayStyleValue.cpp",
|
||||
|
@ -44,6 +43,7 @@ source_set("StyleValues") {
|
|||
"RadialGradientStyleValue.cpp",
|
||||
"RectStyleValue.cpp",
|
||||
"ShadowStyleValue.cpp",
|
||||
"ShorthandStyleValue.cpp",
|
||||
"StyleValueList.cpp",
|
||||
"TextDecorationStyleValue.cpp",
|
||||
"TransformationStyleValue.cpp",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue