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

Use mixin syntax

This commit is contained in:
Quy
2016-01-15 09:49:56 -08:00
parent f2a0623d34
commit 8e00f623b3

View 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 %}