mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-26 01:00:24 +00:00
Use mixin syntax
This commit is contained in:
parent
f2a0623d34
commit
8e00f623b3
1 changed files with 1 additions and 1 deletions
|
|
@ -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 %}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue