mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-17 05:00:24 +00:00
fix utilities typo (#34923)
This commit is contained in:
parent
00a230a6a7
commit
de68df20cd
1 changed files with 1 additions and 1 deletions
|
|
@ -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/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";
|
||||
|
||||
// 6. Add additional custom code here
|
||||
|
|
|
|||
Loading…
Reference in a new issue