mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-17 09:52:29 +01:00
Fix capitalization/singular of comments in helper class docs
Closes #15839 by merging a tweaked version of it.
This commit is contained in:
parent
690abbcc0c
commit
074419298e
@ -109,14 +109,14 @@
|
||||
<div class="center-block">...</div>
|
||||
{% endhighlight %}
|
||||
{% highlight scss %}
|
||||
// Classes
|
||||
// Class
|
||||
.center-block {
|
||||
display: block;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
// Usage as mixins
|
||||
// Usage as a mixin
|
||||
.element {
|
||||
.center-block();
|
||||
}
|
||||
@ -142,7 +142,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
// Usage as a Mixin
|
||||
// Usage as a mixin
|
||||
.element {
|
||||
.clearfix();
|
||||
}
|
||||
@ -186,7 +186,7 @@
|
||||
<a class="sr-only sr-only-focusable" href="#content">Skip to main content</a>
|
||||
{% endhighlight %}
|
||||
{% highlight scss %}
|
||||
// Usage as a Mixin
|
||||
// Usage as a mixin
|
||||
.skip-navigation {
|
||||
.sr-only();
|
||||
.sr-only-focusable();
|
||||
@ -200,7 +200,7 @@
|
||||
<h1 class="text-hide">Custom heading</h1>
|
||||
{% endhighlight %}
|
||||
{% highlight scss %}
|
||||
// Usage as a Mixin
|
||||
// Usage as a mixin
|
||||
.heading {
|
||||
.text-hide();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user