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 would allow to have real "No global scope." for CSS modules.
Example:
Syntax error: Selector ":global .page" is not pure (pure selectors must contain at least one local class or id)
17 | pointer-events: none;
18 | }
> 19 | :global .page {
| ^
20 | width: 4px;
21 | }
The text was updated successfully, but these errors were encountered:
As titled. https://github.com/webpack-contrib/css-loader#scope
This would allow to have real "No global scope." for CSS modules.
Example:
The text was updated successfully, but these errors were encountered: