mirror of
				https://github.com/twbs/bootstrap.git
				synced 2025-10-31 00:04:27 -04:00 
			
		
		
		
	
		
			
				
	
	
	
		
			458 B
		
	
	
	
	
	
	
	
			
		
		
	
	
			458 B
		
	
	
	
	
	
	
	
| layout | title | group | 
|---|---|---|
| docs | Invisible content | utilities | 
The .invisible class can be used to toggle only the visibility of an element, meaning its display is not modified and the element can still affect the flow of the document.
{% highlight html %}
...
{% endhighlight %}
{% highlight scss %} // Class .invisible { visibility: hidden; }
// Usage as a mixin .element { @include invisible; } {% endhighlight %}