mirror of
https://github.com/twbs/bootstrap.git
synced 2025-03-14 14:29:30 +01:00
51 lines
871 B
SCSS
51 lines
871 B
SCSS
/*!
|
|
* Bootstrap v6.0.0-dev (https://getbootstrap.com/)
|
|
* Copyright 2011-2025 The Bootstrap Authors
|
|
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
|
|
*/
|
|
|
|
// scss-docs-start import-stack
|
|
// Global CSS variables, layer definitions, and configuration
|
|
@use "root";
|
|
|
|
// Reboot & Content
|
|
@use "content";
|
|
|
|
// Layout
|
|
@use "layout";
|
|
|
|
// Forms
|
|
@use "forms";
|
|
|
|
// Components
|
|
@use "accordion";
|
|
@use "alert";
|
|
@use "badge";
|
|
@use "breadcrumb";
|
|
@use "buttons";
|
|
@use "button-group";
|
|
@use "card";
|
|
@use "carousel";
|
|
@use "close";
|
|
@use "dropdown";
|
|
@use "list-group";
|
|
@use "modal";
|
|
@use "nav";
|
|
@use "navbar";
|
|
@use "offcanvas";
|
|
@use "pagination";
|
|
@use "placeholders";
|
|
@use "popover";
|
|
@use "progress";
|
|
@use "spinners";
|
|
@use "toasts";
|
|
@use "tooltip";
|
|
@use "transitions";
|
|
|
|
// Helpers
|
|
@use "helpers";
|
|
|
|
// Utilities
|
|
@use "utilities/api";
|
|
// scss-docs-end import-stack
|