-
-
Notifications
You must be signed in to change notification settings - Fork 78.9k
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
Jumbotron: remove the hard-coded font-size from jumbotron.less and moved... #10949
Conversation
…ved it into variables.less where other .font-size-xxxxx things now live.
Probably want to go with You'll also need to add the new variable to the Customizer page so folks can easily change it there. |
It's I count 9 instances of Good point about the customizer. |
…pClass}-font-size' naming scheme.
@jumbotron-heading-color: inherit; | ||
@font-size-jumbotron: ceil(@font-size-base * 1.50); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Still need to change the actual variable's name. :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Whoops, thank you. Good catch. I pushed the latest less/variables.less
just now.
Jumbotron: remove the hard-coded font-size from jumbotron.less and moved...
Jumbotron: remove the hard-coded font-size from jumbotron.less and moved...
Jumbotron: remove the hard-coded font-size from jumbotron.less and moved...
... it into variables.less where other .font-size-xxxxx things now live.