We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
:global
Eslint will still complain about an 'unused' selector when svelte's linter knows that it's marked global.
<script global> body { color: red; } </script>