diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/components/utilities.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/components/utilities.md b/docs/components/utilities.md index 1a8ceb361..00bc96721 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 %} |
