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