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

LibWeb: Generate JavaScript bindings for CSSKeyframesRule

This one also needs a bit of work, but it's a nice start.
This commit is contained in:
Caoimhe 2023-06-20 16:30:06 +01:00 committed by Andreas Kling
parent e3612708c7
commit 5ef01e562a
3 changed files with 15 additions and 4 deletions

View file

@ -8,6 +8,7 @@ libweb_js_bindings(CSS/CSSFontFaceRule)
libweb_js_bindings(CSS/CSSGroupingRule)
libweb_js_bindings(CSS/CSSImportRule)
libweb_js_bindings(CSS/CSSKeyframeRule)
libweb_js_bindings(CSS/CSSKeyframesRule)
libweb_js_bindings(CSS/CSSMediaRule)
libweb_js_bindings(CSS/CSS NAMESPACE)
libweb_js_bindings(CSS/CSSRule)