mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-07 08:39:43 +00:00
5 lines
122 B
Text
5 lines
122 B
Text
#import <CSS/CSSConditionRule.idl>
|
|
|
|
[Exposed=Window, NoInstanceWrapper]
|
|
interface CSSSupportsRule : CSSConditionRule {
|
|
};
|