You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// @ts-ignore ignore TS2488: Type 'CSSRuleList' must have a '[Symbol.iterator]()' method that returns an iterator ... it should be fixed in https://github.com/Microsoft/TypeScript/issues/23406
102
104
for(constcssRuleofcssRules){
103
105
if('media'incssRule){
104
106
constcssMediaRule=cssRuleasCSSMediaRule;
@@ -507,12 +509,6 @@ export function buildNodeWithSN(
0 commit comments