]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Use mixin syntax 18912/head
authorQuy <quy@fluxbb.org>
Fri, 15 Jan 2016 17:49:56 +0000 (09:49 -0800)
committerQuy <quy@fluxbb.org>
Fri, 15 Jan 2016 17:49:56 +0000 (09:49 -0800)
docs/components/utilities.md

index 1a8ceb361ca3c19980670c84ced7288c23ce6ebf..00bc96721c91fda9cdfe10ababe3e1a52ed99ff2 100644 (file)
@@ -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 %}