mirror of
				https://github.com/twbs/bootstrap.git
				synced 2025-11-03 00:09:53 -05:00 
			
		
		
		
	* Fixed some linting issues * Run npm tasks after scss cleanup * Revert "Run npm tasks after scss cleanup" This reverts commit 1103a0da68d1846ad592eb4a105046a939557830. * Property sort order for grid * Let's respest the property order in the mixins * Respect property sort order in reboot file * ::-ms-expand is a vendor-prefix, add it to the scss-lint disable * Revert hover mixin comment * Fixed missing mixin hover-focus
		
			
				
	
	
		
			8 lines
		
	
	
		
			93 B
		
	
	
	
		
			SCSS
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			93 B
		
	
	
	
		
			SCSS
		
	
	
	
	
	
@mixin clearfix() {
 | 
						|
  &::after {
 | 
						|
    display: block;
 | 
						|
    clear: both;
 | 
						|
    content: "";
 | 
						|
  }
 | 
						|
}
 |