1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-29 16:19:53 +02:00

.text-hide docs: trivial indentation fix

This commit is contained in:
Chris Rebert
2015-02-12 10:41:16 -08:00
parent 0fe6ff9fca
commit 763f8293da

View File

@@ -199,7 +199,7 @@
{% highlight html %} {% highlight html %}
<h1 class="text-hide">Custom heading</h1> <h1 class="text-hide">Custom heading</h1>
{% endhighlight %} {% endhighlight %}
{% highlight scss %} {% highlight scss %}
// Usage as a Mixin // Usage as a Mixin
.heading { .heading {
.text-hide(); .text-hide();