mirror of
				https://github.com/mdbootstrap/mdb-ui-kit.git
				synced 2025-11-04 09:57:36 +03:00 
			
		
		
		
	Fix argument variations mixin in label scss
Mixin variations is missing argument $color-default
This commit is contained in:
		
							parent
							
								
									e0852fc254
								
							
						
					
					
						commit
						01e3d2340f
					
				| 
						 | 
					@ -2,5 +2,5 @@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.label {
 | 
					.label {
 | 
				
			||||||
    border-radius: 1px;
 | 
					    border-radius: 1px;
 | 
				
			||||||
    @include variations(unquote(""), background-color, $grey);
 | 
					    @include variations(unquote(""), unquote(""), background-color, $grey);
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user