mirror of https://github.com/twbs/bootstrap.git
41 lines
755 B
SCSS
41 lines
755 B
SCSS
@forward "banner";
|
|
|
|
// scss-docs-start import-stack
|
|
// Global CSS variables, layer definitions, and configuration
|
|
@forward "root";
|
|
|
|
// Subdir imports
|
|
@forward "content";
|
|
@forward "layout";
|
|
@forward "forms";
|
|
@forward "buttons";
|
|
|
|
// Components
|
|
@forward "accordion";
|
|
@forward "alert";
|
|
@forward "badge";
|
|
@forward "breadcrumb";
|
|
@forward "card";
|
|
@forward "carousel";
|
|
@forward "dropdown";
|
|
@forward "list-group";
|
|
@forward "modal";
|
|
@forward "nav";
|
|
@forward "navbar";
|
|
@forward "offcanvas";
|
|
@forward "pagination";
|
|
@forward "placeholders";
|
|
@forward "popover";
|
|
@forward "progress";
|
|
@forward "spinners";
|
|
@forward "toasts";
|
|
@forward "tooltip";
|
|
@forward "transitions";
|
|
|
|
// Helpers
|
|
@forward "helpers";
|
|
|
|
// Utilities
|
|
@forward "utilities/api";
|
|
// scss-docs-end import-stack
|