From: Quy Date: Fri, 15 Jan 2016 17:49:56 +0000 (-0800) Subject: Use mixin syntax X-Git-Tag: v4.0.0-alpha.3~365^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8e00f623b3d689219994ea04e1fd7d5afc9f3cbc;p=thirdparty%2Fbootstrap.git Use mixin syntax --- diff --git a/docs/components/utilities.md b/docs/components/utilities.md index 1a8ceb361c..00bc96721c 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 %}