| Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
so this fixes that.
|
|
- Moves the embed SCSS to the utilities subfolder
- Separate the floats from the embed docs
- Rename embed docs from responsive helpers to embeds
|
|
|
|
|
|
|
|
|
|
|
|
Use `display: block` since we're not really using any flex styles on the `.carousel-items` (only their controls and indicators). For the indicators, since moving to `width`, our indicators grow to fill available space, so we need to change `flex: 1 0 auto` to `flex: 0 1 auto` to prevent that.
|
|
|
|
non-3d fallback to ie11
|
|
|
|
|
|
|
|
.border-{color} utilities
|
|
to not have a border
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
examples and variables
|
|
process
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
and generate card, button, bg, and color classes from the sass map
|
|
|
|
|
|
Prevent mixin media-breakpoint-only from breaking when supplying the
first or last entry in $grid-breakpoints.
|
|
|
|
|
|
|
|
|