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
Expected behavior
Throw an error instead of crashing.
Severity
Very minor since it's invalid syntax and nobody would intentionally write this. This happened because I had purgecss in my postcss preprocessor config and I needed to whitelist some classes.
The text was updated successfully, but these errors were encountered:
Describe the bug
CSS like this causes the Svelte compiler to crash:
To Reproduce
https://svelte.dev/repl/c0b2792175ab48c0afb84b01b9bfa247?version=3.23.0
Expected behavior
Throw an error instead of crashing.
Severity
Very minor since it's invalid syntax and nobody would intentionally write this. This happened because I had purgecss in my postcss preprocessor config and I needed to whitelist some classes.
The text was updated successfully, but these errors were encountered: