mirror of
				https://github.com/JKorf/CryptoExchange.Net
				synced 2025-10-31 02:17:45 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			376 B
		
	
	
	
		
			SCSS
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			376 B
		
	
	
	
		
			SCSS
		
	
	
	
	
	
| // stylelint-disable declaration-no-important
 | |
| 
 | |
| @each $breakpoint in map-keys($grid-breakpoints) {
 | |
|   @include media-breakpoint-up($breakpoint) {
 | |
|     $infix: breakpoint-infix($breakpoint, $grid-breakpoints);
 | |
| 
 | |
|     .float#{$infix}-left  { float: left !important; }
 | |
|     .float#{$infix}-right { float: right !important; }
 | |
|     .float#{$infix}-none  { float: none !important; }
 | |
|   }
 | |
| }
 |