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
Since the beta version of Bootstrap, the margin of the horizontal rule defined in _type.scss is a hard-coded making it difficult to customize.
In latest alpha:
// type.scss line 53: hr { margin-top: $spacer-y; margin-bottom: $spacer-y; //... }
In beta:
// type.scss line 53: hr { margin-top: 1rem; margin-bottom: 1rem; //... }
I would like this margin to use a variable so that it can be customized.
The text was updated successfully, but these errors were encountered:
Hi @ernestbofill it was updated here: ed1de86
I'll create a PR to add hr variables.
hr
Sorry, something went wrong.
No branches or pull requests
Since the beta version of Bootstrap, the margin of the horizontal rule defined in _type.scss is a hard-coded making it difficult to customize.
In latest alpha:
In beta:
I would like this margin to use a variable so that it can be customized.
The text was updated successfully, but these errors were encountered: