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

LibWeb: Partially implement MediaQuery class :^)

The main thing that's missing is the actual matching, but this is enough
to get started.
This commit is contained in:
Sam Atkins 2021-09-27 17:12:33 +01:00 committed by Andreas Kling
parent b90cc1148a
commit 0a4d9c6d31
4 changed files with 233 additions and 0 deletions

View file

@ -25,6 +25,7 @@ set(SOURCES
CSS/ResolvedCSSStyleDeclaration.cpp
CSS/DefaultStyleSheetSource.cpp
CSS/Length.cpp
CSS/MediaQuery.cpp
CSS/MediaQueryList.cpp
CSS/Parser/Parser.cpp
CSS/Parser/StyleRules.cpp