mirror of
https://github.com/twbs/bootstrap.git
synced 2025-09-30 23:36:47 +02:00
* Reorganize scss folder * Migrate to Sass modules * Migrate docs to Sass modules, comment out docs grid CSS * Give helpers folder an index.scss, migrate ratio helper to aspect-ratio utility * Delete node sass Action * Modify Sass tests to pass for new Sass modules implementation * Don't disallow calc() * Move heading classes back to Reboot to prevent a dependency * Utilities, some helpers, and theme colors * Temporary fix of docs compilation * Temporary Bundlewatch fix * docs fix import to use * Restyle docs callouts * Fix docs colors * Revert typo * Reintroduce `css-lint-vars` npm script * Bump to Sass v1.90.x * Fixes * more * Remove --------- Co-authored-by: Julien Déramond <juderamond@gmail.com>
47 lines
701 B
SCSS
47 lines
701 B
SCSS
@use "banner";
|
|
|
|
// 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
|