mirror of
https://github.com/twbs/bootstrap.git
synced 2024-11-29 11:24:18 +01:00
Use mixin syntax
This commit is contained in:
parent
f2a0623d34
commit
8e00f623b3
@ -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 New Issue
Block a user