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

LibWeb: Add CSSConditionRule wrapper

This commit is contained in:
Sam Atkins 2022-04-22 14:14:16 +01:00 committed by Andreas Kling
parent cfe5d63a1e
commit 1951873a5d
5 changed files with 12 additions and 3 deletions

View file

@ -451,6 +451,7 @@ endfunction()
libweb_js_wrapper(Crypto/Crypto)
libweb_js_wrapper(Crypto/SubtleCrypto)
libweb_js_wrapper(CSS/CSSConditionRule)
libweb_js_wrapper(CSS/CSSFontFaceRule)
libweb_js_wrapper(CSS/CSSGroupingRule)
libweb_js_wrapper(CSS/CSSRule)