mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 12:27: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
|
@ -94,7 +94,6 @@ class CSSSupportsRule;
|
|||
class CalculatedStyleValue;
|
||||
class Clip;
|
||||
class ColorStyleValue;
|
||||
class CompositeStyleValue;
|
||||
class ConicGradientStyleValue;
|
||||
class ContentStyleValue;
|
||||
class CustomIdentStyleValue;
|
||||
|
@ -164,6 +163,7 @@ class RevertStyleValue;
|
|||
class Screen;
|
||||
class Selector;
|
||||
class ShadowStyleValue;
|
||||
class ShorthandStyleValue;
|
||||
class Size;
|
||||
class StringStyleValue;
|
||||
class StyleComputer;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue