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
{{ message }}
This repository was archived by the owner on Dec 29, 2022. It is now read-only.
These selectors (including deep's alias >>>) are deprecated: https://code.google.com/p/chromium/issues/detail?id=489954
however there isn't a replacement yet and there are still discussions what form that will take so they'll likely be around for quite a while.
These selectors (including deep's alias >>>) are deprecated: https://code.google.com/p/chromium/issues/detail?id=489954
however there isn't a replacement yet and there are still discussions what form that will take so they'll likely be around for quite a while.
The bug appears to be in csslib; errors are of the form:
"error on line 33, column 17 of foo.css: expected {, but found /
foo /deep/ #bar {"
Message comes from https://github.com/dart-lang/csslib/blob/master/lib/parser.dart#L307
and forwarded by SCiSSors: https://github.com/google/dart-scissors/blob/master/lib/src/css_pruning/css_pruning.dart#L121
I've filed an issue with csslib (https://github.com/dart-lang/csslib/issues/23) and will work on a patch.
The text was updated successfully, but these errors were encountered: