Use mixin syntax

This commit is contained in:
Quy 2016-01-15 09:49:56 -08:00
parent f2a0623d34
commit 8e00f623b3
1 changed files with 1 additions and 1 deletions

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