mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-17 19:06:40 +02:00
Use mixin syntax
This commit is contained in:
@@ -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 %}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user