LibWeb: Add LinearGradientStyleValue

This commit is contained in:
MacDue 2022-07-12 00:09:29 +01:00 committed by Sam Atkins
commit 259bb30c35
Notes: sideshowbarker 2024-07-17 08:52:05 +09:00
3 changed files with 188 additions and 1 deletions

View file

@ -62,6 +62,7 @@ class InitialStyleValue;
class Length;
class LengthPercentage;
class LengthStyleValue;
class LinearGradientStyleValue;
class ListStyleStyleValue;
class MediaList;
class MediaQuery;