]> git.ipfire.org Git - thirdparty/bootstrap.git/commit
Flexbox all the time (Drop IE9 support and remove $enable-flex option) (#21389)
authorMark Otto <markd.otto@gmail.com>
Thu, 22 Dec 2016 04:26:17 +0000 (20:26 -0800)
committerGitHub <noreply@github.com>
Thu, 22 Dec 2016 04:26:17 +0000 (20:26 -0800)
commiteb2e1102be0f4641ee3e5c4e7853360d5a04e3d8
tree3d6618ccf2bba7c05f18bd30ad34121ea95015d4
parentf464a5b214307b0b28c7ffb351768293a8c4b235
Flexbox all the time (Drop IE9 support and remove $enable-flex option) (#21389)

* remove the $enable-flex variable option

* remove bootstrap-flex.css dist file and it's grunt task

* remove the separate flex css file for docs; it's all the same now

* remove flexbox docs (porting some to the main grid docs in next commit)

* clean up few grid docs bits to simplify copy, start to mention flexbox

* port relevant flexbox-grid.md content to grid.md

- clean up mixins
- update how it works section
- bring over sizing and alignment sections

* remove the $enable-flex from the options.md page

* update lead paragraph to mention flexbox

* update migration to mention loss of ie9 support

* remove mention of flexbox dist file

* clarify IE support

* making a note

* remove flexbox variant mentions from component docs

- updates docs for media object, navs, list group, and cards to consolidate docs
- no more need to callout flexbox variants since it's now the default

* remove $enable-flex if/else from sass files

* remove flex dist files

* update scss lint property order to account for flex properties

* linting

* change to numberless classes for autosizing, wrap in highlighting div

* bump gruntfile and postcss to ie10

* redo intro sections

* rearrange

* phew, redo hella grid docs

- rearrange all the things
- consolidate some bits

* remove reference to flexbox mode

* more border action for demo

* Make some changes to the .card's in .card-deck's to ensure footers align to the bottom
43 files changed:
Gruntfile.js
dist/css/bootstrap-flex.css [deleted file]
dist/css/bootstrap-flex.css.map [deleted file]
dist/css/bootstrap-flex.min.css [deleted file]
dist/css/bootstrap-flex.min.css.map [deleted file]
docs/_data/nav.yml
docs/_includes/header.html
docs/assets/css/docs-flexbox.min.css
docs/assets/css/docs-flexbox.min.css.map
docs/assets/scss/_component-examples.scss
docs/components/card.md
docs/components/list-group.md
docs/components/navs.md
docs/dist/css/bootstrap-flex.css
docs/dist/css/bootstrap-flex.css.map
docs/dist/css/bootstrap-flex.min.css
docs/dist/css/bootstrap-flex.min.css.map
docs/getting-started/best-practices.md
docs/getting-started/browsers-devices.md
docs/getting-started/download.md
docs/getting-started/flexbox.md [deleted file]
docs/getting-started/options.md
docs/layout/flexbox-grid.md [deleted file]
docs/layout/grid.md
docs/layout/media-object.md
docs/layout/overview.md
docs/migration.md
grunt/bs-sass-compile/libsass.js
grunt/bs-sass-compile/sass.js
grunt/postcss.js
scss/.scss-lint.yml
scss/_card.scss
scss/_forms.scss
scss/_input-group.scss
scss/_list-group.scss
scss/_media.scss
scss/_nav.scss
scss/_type.scss
scss/_variables.scss
scss/bootstrap-flex.scss [deleted file]
scss/mixins/_grid-framework.scss
scss/mixins/_grid.scss
scss/utilities/_flex.scss