2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03:00

Use mixin syntax

This commit is contained in:
Quy
2016-01-15 09:49:56 -08:00
parent f2a0623d34
commit 8e00f623b3
+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
.element {
.invisible();
@include invisible;
}
{% endhighlight %}