aboutsummaryrefslogtreecommitdiff
path: root/docs/components
diff options
context:
space:
mode:
authorQuy <[email protected]>2016-01-15 09:49:56 -0800
committerQuy <[email protected]>2016-01-15 09:49:56 -0800
commit8e00f623b3d689219994ea04e1fd7d5afc9f3cbc (patch)
treedab01fccb41f83b7d64ef259ab8b004bc39d7394 /docs/components
parentf2a0623d34cf861bed598066ebcb061c3c7bf9f2 (diff)
downloadbootstrap-8e00f623b3d689219994ea04e1fd7d5afc9f3cbc.tar.xz
bootstrap-8e00f623b3d689219994ea04e1fd7d5afc9f3cbc.zip
Use mixin syntax
Diffstat (limited to 'docs/components')
-rw-r--r--docs/components/utilities.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/components/utilities.md b/docs/components/utilities.md
index 1a8ceb361..00bc96721 100644
--- a/docs/components/utilities.md
+++ b/docs/components/utilities.md
@@ -254,7 +254,7 @@ The `.invisible` class can be used to toggle only the visibility of an element,
// Usage as a mixin
.element {
- .invisible();
+ @include invisible;
}
{% endhighlight %}