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 Jun 24, 2024. It is now read-only.
fix: remove tilde character from import statements
This handles Webpack's convention of using a ~ character to indicate
modules in node_modules folder. PostCss handles node_modules without
such a character and in fact breaks if such a character is present.
0 commit comments