mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-23 20:54:22 +01:00
56 lines
933 B
SCSS
56 lines
933 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";
|
|
|
|
// Our reset and normalizer
|
|
@use "reboot";
|
|
|
|
// Content
|
|
@use "type";
|
|
@use "images";
|
|
@use "tables";
|
|
|
|
// 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
|