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 has been archived by the owner on Oct 25, 2024. It is now read-only.
When using the :where selector with critters@0.0.14 as part of @angular-devkit/build-angular@13.0.4 like in the following selector:
/* Remove all the styles of the "User-Agent-Stylesheet", except for the 'display' property */*:where(:not(iframe, canvas, img, svg, video):not(svg*, symbol*)) {
all: unset;
display: revert;
}
I get the following warning in my console
Warning: 1 rules skipped due to selector errors:
*:where(:not(iframe, canvas, img, svg, video):not(svg *, symbol *)) -> subselects_1.subselects[name] is not a function
And the selector does not get inlined.
The text was updated successfully, but these errors were encountered:
When using the
:where
selector withcritters@0.0.14
as part of@angular-devkit/build-angular@13.0.4
like in the following selector:I get the following warning in my console
And the selector does not get inlined.
The text was updated successfully, but these errors were encountered: