1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-16 19:35:08 +00:00
serenity/Userland/Libraries/LibWeb/CSS/CSSSupportsRule.idl
2022-05-11 20:16:10 +02:00

5 lines
103 B
Text

#import <CSS/CSSConditionRule.idl>
[Exposed=Window]
interface CSSSupportsRule : CSSConditionRule {
};