mirror of
https://github.com/twbs/bootstrap.git
synced 2024-12-01 13:24:25 +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
|
// Usage as a mixin
|
||||||
.element {
|
.element {
|
||||||
.invisible();
|
@include invisible;
|
||||||
}
|
}
|
||||||
{% endhighlight %}
|
{% endhighlight %}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user