2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-14 18:42:30 +03:00

Merge pull request #18912 from Quy/patch-4

Docs: Use mixin syntax in Sass example of .invisible
This commit is contained in:
Chris Rebert
2016-01-15 17:41:35 -08:00
+1 -1
View File
@@ -254,7 +254,7 @@ The `.invisible` class can be used to toggle only the visibility of an element,
// Usage as a mixin // Usage as a mixin
.element { .element {
.invisible(); @include invisible;
} }
{% endhighlight %} {% endhighlight %}