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

LibWeb: Add CSSMediaRule wrapper

This commit is contained in:
Sam Atkins 2022-04-22 14:17:04 +01:00 committed by Andreas Kling
parent 0cf8986a1e
commit fda71a6d48
6 changed files with 20 additions and 2 deletions

View file

@ -455,6 +455,7 @@ libweb_js_wrapper(CSS/CSSConditionRule)
libweb_js_wrapper(CSS/CSSFontFaceRule)
libweb_js_wrapper(CSS/CSSGroupingRule)
libweb_js_wrapper(CSS/CSSImportRule)
libweb_js_wrapper(CSS/CSSMediaRule)
libweb_js_wrapper(CSS/CSSRule)
libweb_js_wrapper(CSS/CSSRuleList)
libweb_js_wrapper(CSS/CSSStyleDeclaration)