mirror of
				https://github.com/twbs/bootstrap.git
				synced 2025-10-31 00:04:27 -04:00 
			
		
		
		
	
		
			
				
	
	
	
		
			1.7 KiB
		
	
	
	
	
	
	
	
			
		
		
	
	
			1.7 KiB
		
	
	
	
	
	
	
	
| layout | title | group | 
|---|---|---|
| page | Customization options | getting-started | 
With Bootstrap 4, we've added a handful of global options for easily customizing all the components in your project. These options are handled by Sass variables. Simply change a variable's value and recompile with the included Gruntfile.
Available variables
You can find and customize these variables in our _variables.scss file.
| Variable | Values | Description | 
|---|---|---|
| $spacer | 1rem(default), or any value > 0 | Specifies the default spacer value for our spacer utilities. | 
| $enable-flex | trueorfalse(default) | Swaps floatanddisplay: tablestyles fordisplay: flex. | 
| $enable-rounded | true(default) orfalse | Enables predefined border-radiusstyles on various components. | 
| $enable-shadows | trueorfalse(default) | Enables predefined box-shadowstyles on various components. | 
| $enable-gradients | trueorfalse(default) | Enables predefined gradients via background-imagevarious components. | 
| $enable-transitions | true(default) orfalse | Enables predefined transitions on various components. | 
| $enable-hover-media-query | trueorfalse(default) | ... |