-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'issue2914' into develop
- Loading branch information
Showing
44 changed files
with
1,446 additions
and
1,504 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
// Custom.scss | ||
|
||
// Option A: Include all of Bootstrap | ||
// ================================== | ||
|
||
// Include any default variable overrides here (though functions won't be available) | ||
|
||
@import "../node_modules/bootstrap/scss/bootstrap"; | ||
|
||
// Then add additional custom code here | ||
|
||
|
||
|
||
// // Option B: Include parts of Bootstrap | ||
// // ==================================== | ||
|
||
// // 1. Include functions first (so you can manipulate colors, SVGs, calc, etc) | ||
// @import "../node_modules/bootstrap/scss/functions"; | ||
|
||
// // 2. Include any default variable overrides here | ||
|
||
// // 3. Include remainder of required Bootstrap stylesheets (including any separate color mode stylesheets) | ||
// @import "../node_modules/bootstrap/scss/variables"; | ||
// @import "../node_modules/bootstrap/scss/variables-dark"; | ||
|
||
// // 4. Include any default map overrides here | ||
|
||
// // 5. Include remainder of required parts | ||
// @import "../node_modules/bootstrap/scss/maps"; | ||
// @import "../node_modules/bootstrap/scss/mixins"; | ||
// @import "../node_modules/bootstrap/scss/root"; | ||
|
||
// // 6. Optionally include any other parts as needed | ||
// @import "../node_modules/bootstrap/scss/utilities"; | ||
// @import "../node_modules/bootstrap/scss/reboot"; | ||
// @import "../node_modules/bootstrap/scss/type"; | ||
// @import "../node_modules/bootstrap/scss/images"; | ||
// @import "../node_modules/bootstrap/scss/containers"; | ||
// @import "../node_modules/bootstrap/scss/grid"; | ||
// @import "../node_modules/bootstrap/scss/helpers"; | ||
|
||
// // 7. Optionally include utilities API last to generate classes based on the Sass map in `_utilities.scss` | ||
// @import "../node_modules/bootstrap/scss/utilities/api"; | ||
|
||
// // 8. Add additional custom code here | ||
|
Oops, something went wrong.