0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-03-14 14:29:30 +01:00
Bootstrap/scss/bootstrap.scss

51 lines
871 B
SCSS
Raw Normal View History

/*!
* 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)
*/
2015-09-02 15:07:20 -04:00
// scss-docs-start import-stack
// Global CSS variables, layer definitions, and configuration
@use "root";
2025-03-04 12:18:02 -08:00
// Reboot & Content
@use "content";
2019-05-23 11:56:03 +02:00
// Layout
2025-02-18 09:50:10 -08:00
@use "layout";
// Forms
2025-02-18 09:50:10 -08:00
@use "forms";
// Components
@use "accordion";
@use "alert";
@use "badge";
@use "breadcrumb";
2025-02-18 09:50:10 -08:00
@use "buttons";
@use "button-group";
@use "card";
@use "carousel";
@use "close";
@use "dropdown";
@use "list-group";
@use "modal";
2025-02-18 09:50:10 -08:00
@use "nav";
@use "navbar";
@use "offcanvas";
2025-02-18 09:50:10 -08:00
@use "pagination";
@use "placeholders";
@use "popover";
2025-02-18 09:50:10 -08:00
@use "progress";
@use "spinners";
2025-02-18 09:50:10 -08:00
@use "toasts";
@use "tooltip";
@use "transitions";
2019-05-23 11:56:03 +02:00
// Helpers
2025-02-18 09:50:10 -08:00
@use "helpers";
2019-05-23 11:56:03 +02:00
// Utilities
2025-02-18 09:50:10 -08:00
@use "utilities/api";
// scss-docs-end import-stack