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
This change is a temporary workaround that adds an interim/initial/partial level
of support for allowing the @supports and @Viewport at-rules. The intent is that
we’ll add full support for them later, and then at that time back this change
out — or else at least just use it as a starting point for full support.
This change simply causes no errors to be reported for stylesheets that use
@supports and @Viewport. Beyond that, it doesn’t add any checking to report an
error if the content of a particular @supports at-rule or @Viewport at-rule
doesn’t conform to the requirements in the relevant CSS specs.
Addresses #71
0 commit comments