Describe the bug
When using specific classes like "w-1/2", which is standard tailwind class, the svelte compiler throws an error "Expected >svelte(unexpected-token)"
I'm pretty sure it is because the compiler assumes token ">" after the token in question "/".
To Reproduce
Write any code with a class directive class:sm:w-1/2={!contact} in a Svelte+Tailwind project.
Expected behavior
Compiler should not assume that the closing ">" token to succeed token "/" in a string after the class directive.