1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 20:57:35 +00:00

LibWeb: Implement a CSS::Number class

We have the same "number and is-integer flag" structure in several
places, so let's put that in a class.
This commit is contained in:
Sam Atkins 2022-03-21 20:54:45 +00:00 committed by Andreas Kling
parent 0795b9f7bb
commit e8ab2dab11
2 changed files with 85 additions and 0 deletions

View file

@ -59,6 +59,7 @@ class MediaList;
class MediaQuery;
class MediaQueryList;
class MediaQueryListEvent;
class Number;
class NumericStyleValue;
class OverflowStyleValue;
class Percentage;