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

LibWeb: Add CSSMediaRule

This is the class corresponding to a `@media` rule. It contains a list
of media queries and a list of child css rules.
This commit is contained in:
Sam Atkins 2021-09-29 12:48:04 +01:00 committed by Andreas Kling
parent 8ac622f056
commit 3e74c194f9
6 changed files with 114 additions and 10 deletions

View file

@ -17,6 +17,7 @@ set(SOURCES
CSS/CSSConditionRule.cpp
CSS/CSSGroupingRule.cpp
CSS/CSSImportRule.cpp
CSS/CSSMediaRule.cpp
CSS/CSSRule.cpp
CSS/CSSRuleList.cpp
CSS/CSSStyleDeclaration.cpp