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:
parent
8ac622f056
commit
3e74c194f9
6 changed files with 114 additions and 10 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue