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

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
parent 802ccc210f
commit 1f7bf46061
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;
}