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

String in div or view tags generate unwanted styles #2

Closed
zguolee opened this issue Aug 16, 2022 · 0 comments
Closed

String in div or view tags generate unwanted styles #2

zguolee opened this issue Aug 16, 2022 · 0 comments

Comments

@zguolee
Copy link
Member

zguolee commented Aug 16, 2022

<div>
  py-4.5
</div>

generate

.py-4\\\\.5{
  padding-top:1.125rem;
  padding-bottom:1.125rem;
}

We don’t need the style of this selector, and change the name directly

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant