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
Sveltekit components may have multiple <script> tags, and unless .mcss files are imported within the first tag, the preprocessor will fail to find the references and won't compile the associated styles:
* feat(svelte): check every <script>
At least until a matching import is found, still bail on the first one for optimization simplicity reasons.
Fixes#818
Sveltekit components may have multiple <script> tags, and unless .mcss files are imported within the first tag, the preprocessor will fail to find the references and won't compile the associated styles:
Fails:
Works:
The text was updated successfully, but these errors were encountered: