mirror of https://github.com/twbs/bootstrap.git
				
				
				
			fix utilities typo (#34923)
This commit is contained in:
		
							parent
							
								
									00a230a6a7
								
							
						
					
					
						commit
						de68df20cd
					
				| 
						 | 
					@ -71,7 +71,7 @@ In your `custom.scss`, you'll import Bootstrap's source Sass files. You have two
 | 
				
			||||||
@import "../node_modules/bootstrap/scss/grid";
 | 
					@import "../node_modules/bootstrap/scss/grid";
 | 
				
			||||||
@import "../node_modules/bootstrap/scss/helpers";
 | 
					@import "../node_modules/bootstrap/scss/helpers";
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// 5. Optionally include utilities API last to generate classes based on the Sass map in `_utililies.scss`
 | 
					// 5. Optionally include utilities API last to generate classes based on the Sass map in `_utilities.scss`
 | 
				
			||||||
@import "../node_modules/bootstrap/scss/utilities/api";
 | 
					@import "../node_modules/bootstrap/scss/utilities/api";
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// 6. Add additional custom code here
 | 
					// 6. Add additional custom code here
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue