mirror of
https://github.com/twbs/bootstrap.git
synced 2024-11-29 11:24:18 +01:00
d70b5db2e0
* Add new link utilities, update colored link helpers * Remove commented out code * Fixes * Remove examples changes * Fixes and copy * Fix icon-link instances on homepage * Bump bundlewatch * Fix node-sass issue for rgba() function bug * More bundlewatch * One more time after merge * Add callout for a11y * Hover and focus-visible * Add a11y callouts * Remove duplicate for now * More code review feedback
13 lines
353 B
SCSS
13 lines
353 B
SCSS
@import "helpers/clearfix";
|
|
@import "helpers/color-bg";
|
|
@import "helpers/colored-links";
|
|
@import "helpers/focus-ring";
|
|
@import "helpers/icon-link";
|
|
@import "helpers/ratio";
|
|
@import "helpers/position";
|
|
@import "helpers/stacks";
|
|
@import "helpers/visually-hidden";
|
|
@import "helpers/stretched-link";
|
|
@import "helpers/text-truncation";
|
|
@import "helpers/vr";
|