Commit db5babb2 authored by Chris Rebert's avatar Chris Rebert
Browse files

Merge pull request #18912 from Quy/patch-4

Docs: Use mixin syntax in Sass example of .invisible
parents f2a0623d 8e00f623
Showing with 1 addition and 1 deletion
+1 -1
......@@ -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 %}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment