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
Initially I thought CSSRule declaration should have style property, but no actually we miss an entire class CSSStyleRule which inherits from CSSRule and implements style property.
Initially I thought
CSSRule
declaration should havestyle
property, but no actually we miss an entire classCSSStyleRule
which inherits fromCSSRule
and implementsstyle
property.https://github.com/facebook/flow/blob/master/lib/cssom.js#L42
The text was updated successfully, but these errors were encountered: