twbs--bootstrap/scss
Tobias bf73425277 Document the possibility of extending the $spacers map
It's very handy to add another spacer size (e.g. `4`) which can easily be done by extending the map.
Example:
```
$spacers: (
  0: (
    x:   0,
    y:   0
  ),
  1: (
    x:   $spacer-x,
    y:   $spacer-y
  ),
  2: (
    x:   ($spacer-x * 1.5),
    y:   ($spacer-y * 1.5)
  ),
  3: (
    x:   ($spacer-x * 3),
    y:   ($spacer-y * 3)
  ),
  4: (
    x:   ($spacer-x * 5),
    y:   ($spacer-y * 5)
  )
);
```

Closes #18706
[skip sauce]
2016-02-18 18:18:47 -08:00
..
mixins Add $gutter parameter to make-col mixin; fixes #19147 2016-02-17 03:19:07 -08:00
utilities Flex utility classes shouldn't depend on $enable-grid-classes 2016-02-08 04:25:45 -08:00
.scss-lint.yml linter overhaul 2016-02-06 12:28:18 -08:00
_alert.scss Dump the type margin overrides in alerts for utils, document that particular example, sidesteps part of #18884 2016-02-03 20:43:12 -08:00
_animation.scss clean out comments that aren't all that helpful 2015-08-17 18:33:34 -07:00
_breadcrumb.scss condense that comment, clean up formatting 2016-01-17 15:50:27 -08:00
_button-group.scss linter overhaul 2016-02-06 12:28:18 -08:00
_buttons.scss updated button/form-control padding and line-height 2016-02-07 22:46:50 -08:00
_card.scss Add $card-columns-sm-up-column-gap variable 2016-02-16 23:00:58 -08:00
_carousel.scss Extract $carousel-indicators-width variable 2016-02-17 21:10:20 -08:00
_close.scss linter overhaul 2016-02-06 12:28:18 -08:00
_code.scss Extract $code-padding-{x,y} variables 2016-02-16 22:45:26 -08:00
_custom-forms.scss Fixes #19142 (follow-up to #18771): Restore cursor: pointer to custom radio/checkbox components 2016-02-16 20:34:31 -08:00
_custom.scss Update docs to include mention of the custom variables file 2016-01-17 16:04:18 -08:00
_dropdown.scss Extract $dropdown-padding-y variable 2016-02-17 21:07:12 -08:00
_forms.scss Move to a translucent input border with background-clip: padding-box for improved blending across different background-colors 2016-02-08 22:28:11 -08:00
_grid.scss linting grid css 2016-02-06 14:54:13 -08:00
_images.scss Add $figure-caption-font-size variable 2016-02-16 22:31:40 -08:00
_input-group.scss Merge branch 'multiple-input-group-addon' of https://github.com/vicary/bootstrap into vicary-multiple-input-group-addon 2016-02-07 23:41:35 -08:00
_jumbotron.scss Move viewport-dependent padding tweak into main .jumbotron block 2015-11-15 01:25:38 -08:00
_list-group.scss Extract $list-group-item-heading-margin-bottom variable 2016-02-17 21:04:06 -08:00
_media.scss Add variables for media object margins and padding 2016-01-09 14:34:59 -08:00
_mixins.scss Rename .label class to .tag 2016-02-11 03:54:30 -05:00
_modal.scss Extract $modal-content-border-width variable 2016-02-15 23:45:28 -08:00
_nav.scss Consolidate nav-tab dropdown styles with nav-tab styles 2016-01-06 15:51:23 -08:00
_navbar.scss Extract $navbar-brand-padding-y variable 2016-02-16 23:11:25 -08:00
_normalize.scss Bump Normalize to fe567632af 2016-01-21 14:28:41 -08:00
_pagination.scss Redo line-height globally 2016-02-03 19:45:13 -08:00
_popover.scss Apply word-wrap:break-word to Tooltips and Popovers 2016-01-17 22:23:29 -08:00
_print.scss Rename .label class to .tag 2016-02-11 03:54:30 -05:00
_progress.scss linter overhaul 2016-02-06 12:28:18 -08:00
_reboot.scss Reboot: Update @viewport comment to account for de944e088b 2016-02-07 00:28:23 -08:00
_responsive-embed.scss Add responsive embed class for 1:1 aspect ratio 2015-11-23 19:54:55 -08:00
_tables.scss linter overhaul 2016-02-06 12:28:18 -08:00
_tags.scss _tags.scss: Updated comments to reflect name change 2016-02-16 22:51:35 -08:00
_tooltip.scss Apply word-wrap:break-word to Tooltips and Popovers 2016-01-17 22:23:29 -08:00
_type.scss Merge branch 'v4-dev' into mark-padding 2016-02-16 20:25:40 -08:00
_utilities.scss Drop .center-block for .m-x-auto 2016-02-06 15:40:25 -08:00
_variables.scss Document the possibility of extending the $spacers map 2016-02-18 18:18:47 -08:00
bootstrap-flex.scss
bootstrap-grid.scss add custom overrides to other bundles 2016-01-17 15:54:17 -08:00
bootstrap-reboot.scss add custom overrides to other bundles 2016-01-17 15:54:17 -08:00
bootstrap.scss Rename .label class to .tag 2016-02-11 03:54:30 -05:00