-
Notifications
You must be signed in to change notification settings - Fork 617
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
Class names can't contain spaces #832
Comments
Can confirm. |
Can confirm as well (using tailwind). |
Anyone found a workaround for this? |
anybody gave a fix for this. It looks like this issue is for only certain classes and not all of them. I face this issue when I add multiple classes to Another issue that I have is that it doesn't append to the existing styles, it just replaces the existing styles. |
Is this still a bug? Bcz I try to add class with space to |
Describe the bug
You can't add multiple classes and separate them with spaces. This is what you get:
So you can't style this with tailwind. Or keep the original class and add a bootstrap class to it. The strange thing is you can do this for
container
andcontainerOuter
but nothing else.To Reproduce
Steps to reproduce the behavior:
The text was updated successfully, but these errors were encountered: