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