0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-23 20:54:22 +01:00
Bootstrap/scss/mixins/index.scss
Mark Otto 7915584fa4 lol
2024-07-29 22:04:11 -07:00

43 lines
735 B
SCSS

// Toggles
//
// Used in conjunction with global variables to enable certain theme features.
// Vendor
@forward "../vendor/rfs";
// Deprecate
@forward "deprecate";
// Helpers
@forward "breakpoints";
@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 "buttons";
@forward "caret";
@forward "pagination";
@forward "lists";
@forward "forms";
@forward "table-variants";
// Skins
@forward "border-radius";
@forward "box-shadow";
@forward "gradients";
@forward "transition";
// Layout
@forward "clearfix";
@forward "container";
@forward "grid";