mirror of
				https://github.com/JKorf/CryptoExchange.Net
				synced 2025-11-03 20:07:33 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			189 B
		
	
	
	
		
			SCSS
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			189 B
		
	
	
	
		
			SCSS
		
	
	
	
	
	
// stylelint-disable declaration-no-important
 | 
						|
 | 
						|
// Visibility
 | 
						|
 | 
						|
@mixin invisible($visibility) {
 | 
						|
  visibility: $visibility !important;
 | 
						|
  @include deprecate("`invisible()`", "v4.3.0", "v5");
 | 
						|
}
 |