Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SCSS Styles doesn't preload. #261

Closed
proskurindima opened this issue Oct 13, 2021 · 1 comment · Fixed by nuxt/framework#1101
Closed

SCSS Styles doesn't preload. #261

proskurindima opened this issue Oct 13, 2021 · 1 comment · Fixed by nuxt/framework#1101
Labels
bridge bug Something isn't working

Comments

@proskurindima
Copy link

Describe the bug and expected behavior

When I use SCSS, styles doesn't preload.
You can see it in codeSanbox

The same problem appears in my local environment.

Steps to reproduce

Steps to reproduce the behavior:

  1. Add node-sass, sass and sass-loader packages in your package.json
  2. Add some styles in <style> tag with attr lang="scss". For example:
<style lang="scss">
.test {
  font-size: 24px;
  font-family: sans-serif;
}
</style>
  1. Reload page
  2. See, that styles doesn't preload

Additional context

I've reproduced this error in codeSanbox.

@proskurindima proskurindima added bridge bug Something isn't working labels Oct 13, 2021
@proskurindima
Copy link
Author

wrong label

@danielroe danielroe transferred this issue from nuxt/framework Apr 13, 2022
@danielroe danielroe mentioned this issue Jun 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bridge bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant