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

LibWeb: Add CSSImportRule wrapper

This commit is contained in:
Sam Atkins 2022-04-22 20:22:22 +01:00 committed by Andreas Kling
parent 1951873a5d
commit 0cf8986a1e
6 changed files with 28 additions and 4 deletions

View file

@ -454,6 +454,7 @@ libweb_js_wrapper(Crypto/SubtleCrypto)
libweb_js_wrapper(CSS/CSSConditionRule)
libweb_js_wrapper(CSS/CSSFontFaceRule)
libweb_js_wrapper(CSS/CSSGroupingRule)
libweb_js_wrapper(CSS/CSSImportRule)
libweb_js_wrapper(CSS/CSSRule)
libweb_js_wrapper(CSS/CSSRuleList)
libweb_js_wrapper(CSS/CSSStyleDeclaration)