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 Oct 25, 2024. It is now read-only.
/* 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 with[email protected]
as part of@angular-devkit/[email protected]
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: