mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-22 13:13:03 +02:00
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
This commit is contained in:
9
scss/bootstrap.scss
vendored
9
scss/bootstrap.scss
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user