twbs--bootstrap/scss/mixins
Gleb Mazovetskiy eabed0edf8 Change grid and container sizes to px
Changes grid and container sizes to `px`, as the
viewport pixel size does not depend on the font size.

The actual em values were inconsistent with the docs,
while the docs were not the same as the comments:

* `sm` breakpoint was 34em (544px) not 480px.
* `lg` container max-width was 60rem (960px), less gutter than `md`.
  Changed to 940px, same as Bootstrap 3.
* `xl` container max-width was 72.25rem which is 1140px not 1156px.
  Changed to 1140px matching the comment but not the docs.

Addresses #17070 and #17388.
2015-09-27 14:39:17 +01:00
..
_alert.scss reorder variables, rename -color to -color 2015-08-10 23:38:41 -07:00
_background-variant.scss Use -* vars for .bg-* and .text-* utilities 2015-08-13 23:47:47 -07:00
_border-radius.scss only apply border radius mixins if rounded corners are enabled; alternate fix to #17426 2015-09-03 09:04:51 -07:00
_breakpoints.scss Change grid and container sizes to px 2015-09-27 14:39:17 +01:00
_buttons.scss Remove all uses of `selector &` 2015-08-27 13:11:14 +01:00
_center-block.scss
_clearfix.scss Use double colons for psuedo elements 2015-08-24 13:22:10 -04:00
_forms.scss Update all usages of 'control-label' with 'form-control-label' in docs 2015-09-02 15:01:02 +10:00
_gradients.scss
_grid-framework.scss Fix -flex compile on Sass Ruby #17046 2015-08-20 08:38:02 +01:00
_grid.scss Use "@if not $bool" selector 2015-09-13 16:02:58 +03:00
_hover.scss
_image.scss Rename .img-responsive class to .img-fluid 2015-09-01 21:12:28 -07:00
_label.scss
_list-group.scss fix #17149: correct syntax in list-group variant mixin; nullifies #17154 2015-08-22 21:46:46 -07:00
_nav-divider.scss
_navbar-align.scss
_pagination.scss
_progress.scss
_pulls.scss
_reset-filter.scss
_reset-text.scss line-height-base to line-height var 2015-06-22 23:24:32 -07:00
_resize.scss
_screen-reader.scss
_size.scss combine size & square mixins into one 2015-08-26 16:17:00 +06:00
_tab-focus.scss
_table-row.scss
_text-emphasis.scss
_text-hide.scss Rename file with text-hide mixin 2015-09-06 14:40:19 +03:00
_text-truncate.scss