mirror of
				https://github.com/twbs/bootstrap.git
				synced 2025-10-31 00:04:27 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			19 lines
		
	
	
		
			348 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			348 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| /*
 | |
|  * Master Stylesheet
 | |
|  * This file is only for importing all required stylesheets for LESS to include and then compile.
 | |
|  */
 | |
| 
 | |
| 
 | |
| 
 | |
| // CSS Reset
 | |
| @import "reset.less";
 | |
| 
 | |
| // Core
 | |
| @import "preboot.less";
 | |
| @import "scaffolding.less";
 | |
| 
 | |
| // Styled patterns and elements
 | |
| @import "type.less";
 | |
| @import "forms.less";
 | |
| @import "tables.less";
 | |
| @import "patterns.less"; |