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
* Invalid declarations are now be ignored, and nested rules are not part of declaration lists, thus should not be possible to insert with `.style`.
* When a nested rule is given, it is now ignored along with the immediately following declaration.
* At-rules now cannot be nested, and unlike selectors, when an at-rule occurs in the string, the parser will not ignore the next declaration unless there is a selector before it.
0 commit comments