aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2014-11-17 08:31:51 -0800
committerChris Rebert <[email protected]>2014-11-17 08:31:51 -0800
commitc04f95032d544c6d8050696c17aedfad6c0d7411 (patch)
tree7da509d212a16a8eec161ceb4e85f3949b05d698 /docs
parent03f35d2daba72f3fb9f74ffae0a0837a2ce59bdd (diff)
parent347ad61010dd2e9f72af656e84e5e7fe9bf31d78 (diff)
downloadbootstrap-c04f95032d544c6d8050696c17aedfad6c0d7411.tar.xz
bootstrap-c04f95032d544c6d8050696c17aedfad6c0d7411.zip
Merge pull request #15156 from Quy/master
Fix spelling of necolas' last name
Diffstat (limited to 'docs')
-rw-r--r--docs/_includes/css/less.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_includes/css/less.html b/docs/_includes/css/less.html
index 20aac061a..71cae072c 100644
--- a/docs/_includes/css/less.html
+++ b/docs/_includes/css/less.html
@@ -390,7 +390,7 @@ a {
<p>Utility mixins are mixins that combine otherwise unrelated CSS properties to achieve a specific goal or task.</p>
<h3 id="less-mixins-clearfix">Clearfix</h3>
- <p>Forget adding <code>class="clearfix"</code> to any element and instead add the <code>.clearfix()</code> mixin where appropriate. Uses the <a href="http://nicolasgallagher.com/micro-clearfix-hack/" target="_blank">micro clearfix</a> from <a href="https://twitter.com/necolas" target="_blank">Nicolas Gallager</a>.</p>
+ <p>Forget adding <code>class="clearfix"</code> to any element and instead add the <code>.clearfix()</code> mixin where appropriate. Uses the <a href="http://nicolasgallagher.com/micro-clearfix-hack/" target="_blank">micro clearfix</a> from <a href="https://twitter.com/necolas" target="_blank">Nicolas Gallagher</a>.</p>
{% highlight scss %}
// Mixin
.clearfix() {