mirror of
https://github.com/twbs/bootstrap.git
synced 2025-10-01 07:46: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>
32 lines
534 B
SCSS
32 lines
534 B
SCSS
// Toggles
|
|
//
|
|
// Used in conjunction with global variables to enable certain theme features.
|
|
|
|
// Vendor
|
|
// @forward "vendor/rfs";
|
|
|
|
// Deprecate
|
|
@forward "deprecate";
|
|
|
|
// Helpers
|
|
@forward "color-mode";
|
|
@forward "color-scheme";
|
|
@forward "image";
|
|
@forward "resize";
|
|
@forward "visually-hidden";
|
|
@forward "reset-text";
|
|
@forward "text-truncate";
|
|
|
|
// Utilities
|
|
@forward "utilities";
|
|
|
|
// Components
|
|
@forward "backdrop";
|
|
@forward "caret";
|
|
|
|
// Skins
|
|
@forward "border-radius";
|
|
@forward "box-shadow";
|
|
@forward "gradients";
|
|
@forward "transition";
|