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

Tidy breaks long CSS line incorrectly. #1058

Open
jhellingman opened this issue Oct 22, 2022 · 0 comments
Open

Tidy breaks long CSS line incorrectly. #1058

jhellingman opened this issue Oct 22, 2022 · 0 comments

Comments

@jhellingman
Copy link

I have a CSS line in my HTML file, which reads:

:lang(bo) {
font-family: 'Yagpo Tibetan Uni', 'Qomolangma-Sarchung', 'Babelstone Tibetan', serif;
line-height: 180%;
}

When I run tidy with the --wrap 72 option, it breaks the CSS line in the middle of a font-name with a space. This makes the CSS invalid.

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