17 lines
		
	
	
		
			337 B
		
	
	
	
		
			Plaintext
		
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			337 B
		
	
	
	
		
			Plaintext
		
	
	
| // mixins for clearfix
 | |
| // ------------------------
 | |
| .clearfix() {
 | |
|   // https://github.com/ant-design/ant-design/issues/21301#issuecomment-583955229
 | |
|   &::before {
 | |
|     display: table;
 | |
|     content: '';
 | |
|   }
 | |
| 
 | |
|   &::after {
 | |
|     // https://github.com/ant-design/ant-design/issues/21864
 | |
|     display: table;
 | |
|     clear: both;
 | |
|     content: '';
 | |
|   }
 | |
| }
 |