-
-
Notifications
You must be signed in to change notification settings - Fork 21
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
Components containing Sass #24
Labels
enhancement
New feature or request
Comments
Facing same issue, unable to build if svelte component contains scss |
I got the same issue.. currently I need to comment out the styles and run the cli manually... |
Why even is the css being parsed? |
This should be working now in 0.8.0. The style block gets stripped away using regex before parsing. Feel free to reopen if it's still not working for you. Thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I get a parse error if one of my components contains sass/scss. Is there a way to have either sveld preprocess or just ignore the styles section?
The text was updated successfully, but these errors were encountered: