Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bootstrap
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
bootstrap
Commits
07441929
Commit
07441929
authored
Feb 18, 2015
by
Quy Ton
Committed by
Chris Rebert
Feb 20, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix capitalization/singular of comments in helper class docs
Closes #15839 by merging a tweaked version of it.
parent
690abbcc
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
docs/_includes/css/helpers.html
docs/_includes/css/helpers.html
+5
-5
No files found.
docs/_includes/css/helpers.html
View file @
07441929
...
@@ -109,14 +109,14 @@
...
@@ -109,14 +109,14 @@
<div
class=
"center-block"
>
...
</div>
<div
class=
"center-block"
>
...
</div>
{% endhighlight %}
{% endhighlight %}
{% highlight scss %}
{% highlight scss %}
// Class
es
// Class
.center-block {
.center-block {
display: block;
display: block;
margin-left: auto;
margin-left: auto;
margin-right: auto;
margin-right: auto;
}
}
// Usage as
mixins
// Usage as
a mixin
.element {
.element {
.center-block();
.center-block();
}
}
...
@@ -142,7 +142,7 @@
...
@@ -142,7 +142,7 @@
}
}
}
}
// Usage as a
M
ixin
// Usage as a
m
ixin
.element {
.element {
.clearfix();
.clearfix();
}
}
...
@@ -186,7 +186,7 @@
...
@@ -186,7 +186,7 @@
<a
class=
"sr-only sr-only-focusable"
href=
"#content"
>
Skip to main content
</a>
<a
class=
"sr-only sr-only-focusable"
href=
"#content"
>
Skip to main content
</a>
{% endhighlight %}
{% endhighlight %}
{% highlight scss %}
{% highlight scss %}
// Usage as a
M
ixin
// Usage as a
m
ixin
.skip-navigation {
.skip-navigation {
.sr-only();
.sr-only();
.sr-only-focusable();
.sr-only-focusable();
...
@@ -200,7 +200,7 @@
...
@@ -200,7 +200,7 @@
<h1
class=
"text-hide"
>
Custom heading
</h1>
<h1
class=
"text-hide"
>
Custom heading
</h1>
{% endhighlight %}
{% endhighlight %}
{% highlight scss %}
{% highlight scss %}
// Usage as a
M
ixin
// Usage as a
m
ixin
.heading {
.heading {
.text-hide();
.text-hide();
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment