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

LibWeb: Add EdgeStyleValue

This represents a single edge and offset, this will be needed for
the values of background-position-x/y.
This commit is contained in:
MacDue 2023-04-02 22:56:45 +01:00 committed by Andreas Kling
parent d5e61168b2
commit 2a659693bc
6 changed files with 87 additions and 0 deletions

View file

@ -53,6 +53,7 @@ class CSSStyleRule;
class CSSStyleSheet;
class CSSSupportsRule;
class Display;
class EdgeStyleValue;
class ElementInlineCSSStyleDeclaration;
class ExplicitGridTrack;
class FilterValueListStyleValue;