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
Currently .initalism in type.less looks like this -
.initalism
.initialism { font-size: 90%; text-transform: uppercase; }
but it should take advantage of .text-capitalize defined above so it should be
.text-capitalize
.initialism { font-size: 90%; .text-capitalize(); }
in my opinion 😄
The text was updated successfully, but these errors were encountered:
I think you mean .text-uppercase() in the second example not Capitalize 👍
.text-uppercase()
Sorry, something went wrong.
[Fixes twbs#15825] .initialism class should use mixin
02195d3
[Fixes twbs#15825] .initialism class should use text-uppercase() LESS mixin.
My bad. Thanks.
Merge pull request #15826 from kkirsche/patch-19
049e86f
[Fixes #15825] .initialism class should use mixin
Successfully merging a pull request may close this issue.
Currently
.initalism
in type.less looks like this -but it should take advantage of
.text-capitalize
defined above so it should bein my opinion 😄
The text was updated successfully, but these errors were encountered: