You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							10 lines
						
					
					
						
							251 B
						
					
					
				
			
		
		
		
			
			
			
				
					
				
				
					
				
			
		
		
	
	
							10 lines
						
					
					
						
							251 B
						
					
					
				| // Width and height | |
|  | |
| @each $prop, $abbrev in (width: w, height: h) { | |
|   @each $size, $length in $sizes { | |
|     .#{$abbrev}-#{$size} { #{$prop}: $length !important; } | |
|   } | |
| } | |
| 
 | |
| .mw-100 { max-width: 100% !important; } | |
| .mh-100 { max-height: 100% !important; }
 |