We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
${blank-name}
<bind tag="class"> Lots of white space </bind>
And using it in attributes like this:
<div class="${class}">
Results in:
<div class=" Lots of white space ">
Can linebreaks be stripped from attribute blanks?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
And using it in attributes like this:
Results in:
Can linebreaks be stripped from attribute blanks?
The text was updated successfully, but these errors were encountered: