diff options
| author | Mark Otto <[email protected]> | 2020-04-13 17:55:33 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2020-04-26 17:26:04 -0700 |
| commit | f6e2f4c656cdca7d7c55ad3faa1ef1314db53121 (patch) | |
| tree | 4ea67a4b97b903b665eaac3d24540e89bc92b79c /scss | |
| parent | 85ac2fc35e60c430d5ba0342e584ba0a9b5b916e (diff) | |
| download | bootstrap-f6e2f4c656cdca7d7c55ad3faa1ef1314db53121.tar.xz bootstrap-f6e2f4c656cdca7d7c55ad3faa1ef1314db53121.zip | |
Rewrite Theming docs as Customize section
- Broke up existing theming page into separate pages
- Audited and updated each new docs page (some pages include some TBD sections)
- Update sidenav to reflect changes
- Fix links that pointed to the old Theming page
- Update docs styles to reflect recent changes
- Rewrite some bits in the Migration page
Diffstat (limited to 'scss')
| -rw-r--r-- | scss/bootstrap.scss | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/scss/bootstrap.scss b/scss/bootstrap.scss index dcfdc05ce..f6705344a 100644 --- a/scss/bootstrap.scss +++ b/scss/bootstrap.scss @@ -5,16 +5,14 @@ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */ +// scss-docs-start import-stack // Configuration - @import "functions"; @import "variables"; @import "mixins"; @import "utilities"; - // Layout & components - @import "root"; @import "reboot"; @import "type"; @@ -44,12 +42,9 @@ @import "carousel"; @import "spinners"; - // Helpers - @import "helpers"; - // Utilities - @import "utilities/api"; +// scss-docs-end import-stack |
