LibWeb: Add CSS::UnicodeRange class

This corresponds to `<urange>` in CSS grammar.
This commit is contained in:
Sam Atkins 2022-04-07 17:37:33 +01:00 committed by Andreas Kling
commit 1f7bf46061
Notes: sideshowbarker 2024-07-17 14:17:34 +09:00
2 changed files with 44 additions and 0 deletions

View file

@ -89,6 +89,7 @@ class Time;
class TimePercentage;
class TimeStyleValue;
class TransformationStyleValue;
class UnicodeRange;
class UnresolvedStyleValue;
class UnsetStyleValue;
}