-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Multiline class attribute value breaks svelte #4242
Labels
Comments
kreativ-los
added a commit
to kreativ-los/svelte
that referenced
this issue
Jan 10, 2020
kreativ-los
added a commit
to kreativ-los/svelte
that referenced
this issue
Jan 10, 2020
This look real similar to #4240 |
This was broken by me in #3552. Fix coming shortly. |
Fixed in 3.17.2 - https://svelte.dev/repl/b85c17a37a0547f58f1bd221ae4bd8bc?version=3.17.2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
At my team we spread classes into multiple lines when there are more than two classes to make it more readable. This breaks svelte.
Logs
To Reproduce
To reproduce just spread the classes named in the value of the class attribute into multiple lines, like in this REPL https://svelte.dev/repl/b85c17a37a0547f58f1bd221ae4bd8bc?version=3.16.7
Expected behavior
Components are working as classes weren't written in multiple lines.
The text was updated successfully, but these errors were encountered: