aboutsummaryrefslogtreecommitdiff
path: root/scss/bootstrap-grid.scss
AgeCommit message (Collapse)AuthorFilesLines
2021-07-21Update devDependenciesXhmikosR1-2/+0
* @babel/cli ^7.14.3 → ^7.14.8 * @babel/core ^7.14.3 → ^7.14.8 * @babel/preset-env ^7.14.2 → ^7.14.8 * @rollup/plugin-commonjs ^19.0.0 → ^19.0.1 * @rollup/plugin-node-resolve ^13.0.0 → ^13.0.2 * autoprefixer ^10.2.5 → ^10.3.1 * eslint ^7.26.0 → ^7.31.0 * eslint-config-xo ^0.36.0 → ^0.37.0 * eslint-plugin-import ^2.23.2 → ^2.23.4 * eslint-plugin-unicorn ^31.0.0 → ^34.0.1 * globby ^11.0.3 → ^11.0.4 * hugo-bin ^0.71.1 → ^0.73.0 * karma ^6.3.2 → ^6.3.4 * karma-firefox-launcher ^2.1.0 → ^2.1.1 * linkinator ^2.13.6 → ^2.14.0 * nodemon ^2.0.7 → ^2.0.12 * node-sass ^6.0.0 → ^6.0.1 * postcss ^8.3.0 → ^8.3.5 * qunit ^2.15.0 → ^2.16.0 * rollup ^2.48.0 → ^2.53.3 * stylelint-config-twbs-bootstrap ^2.2.0 → ^2.2.3 * vnu-jar 21.4.9 → 21.6.11
2021-05-21Update devDependenciesXhmikosR1-0/+2
* @babel/cli ^7.13.14 → ^7.14.3 * @babel/core ^7.14.0 → ^7.14.3 * @babel/preset-env ^7.14.1 → ^7.14.2 * @rollup/plugin-commonjs ^18.0.0 → ^19.0.0 * @rollup/plugin-node-resolve ^11.2.1 → ^13.0.0 * clean-css-cli ^5.2.2 → ^5.3.0 * eslint ^7.23.0 → ^7.26.0 * eslint-config-xo ^0.35.0 → ^0.36.0 * eslint-plugin-import ^2.22.1 → ^2.23.2 * eslint-plugin-unicorn ^29.0.0 → ^31.0.0 * glob ^7.1.6 → ^7.1.7 * hugo-bin ^0.70.0 → ^0.71.1 * node-sass ^5.0.0 → ^6.0.0 * postcss ^8.2.9 → ^8.3.0 * qunit ^2.14.1 → ^2.15.0 * rollup ^2.44.0 → ^2.48.0 * stylelint ^13.12.0 → ^13.13.1 * stylelint-config-twbs-bootstrap ^2.1.0 → ^2.2.0 * vnu-jar 21.2.5 → 21.4.9
2021-01-19Release v4.6.0. (#32726)v4.6.0XhmikosR1-1/+1
* Bump version to v4.6.0. * Dist
2021-01-08Backport #32713XhmikosR1-2/+2
Bump copyright year to 2021
2020-10-15Fixed: Undefined mixin 'deprecate' when importing 'bootstrap-grid-scss' (#31886)Alexandre Rosario1-0/+1
* Fixed: Undefined mixin 'deprecate' when importing 'bootstrap-grid-scss' * Updated: Mixin import moved down to feature together with others Co-authored-by: XhmikosR <[email protected]>
2020-10-13Prepare v4.5.3. (#31880)v4.5.3XhmikosR1-1/+1
2020-08-06Prepare v4.5.2. (#31444)v4.5.2XhmikosR1-1/+1
2020-08-04Prepare v4.5.1. (#31408)v4.5.1XhmikosR1-1/+1
2020-06-24Update links to point to v4-dev or main branchesXhmikosR1-1/+1
2020-05-12Bump version to 4.5.0.XhmikosR1-1/+1
2020-01-02Bump copyright year to 2020. (#29944)XhmikosR1-2/+2
2019-11-28Release v4.4.1.v4.4.1XhmikosR1-1/+1
2019-11-26Release v4.4.0 (#29735)v4.4.0XhmikosR1-1/+1
2019-02-13Release v4.3.1. (#28252)v4.3.1XhmikosR1-1/+1
2019-02-11Release v4.3.0 (#28228)v4.3.0Mark Otto1-1/+1
* Prep for v4.3.0 * More updates for v4.3.0. * rerun to build docs source map
2019-01-08Bump copyright year to 2019.XhmikosR1-2/+2
2018-12-21Bump to v4.2.1 (#27892)v4.2.1Mark Otto1-1/+1
2018-12-21Prep for v4.2.0 releaseMark Otto1-1/+1
- Move 4.1 docs to 4.2 - Update versions everywhere to 4.1.3 with release script - Manually bump the shorthand version in package.json - Add 4.2 to the versions docs page - Update some redirects - Fix tests asset URLs - Bump Nuget and more
2018-12-12Remove now unnecessary -ms-viewport and -ms-overflow-style directives (#27789)Patrick H. Lauke1-4/+0
Edge/Mobile appears to have moved support for `-ms-viewport` behind a flag at some point, instead supporting meta viewport directives. Removing this altogether also fixes issues in IE11 on high-dpi displays - see https://github.com/twbs/bootstrap/issues/21780
2018-07-28Add margin utils to the grid for fully functional grid control (#26957)Mark Otto1-0/+1
* Add margin utils to the grid for fully functional grid control * bump the max filesize
2018-07-24Ship v4.1.3v4.1.3Mark Otto1-1/+1
2018-07-12Ship v4.1.2Mark Otto1-1/+1
2018-04-30Bump version to v4.1.1v4.1.1Mark Otto1-1/+1
2018-04-09Ship v4.1.0 (#26218)v4.1.0Mark Otto1-1/+1
* update docs path from docs/4.0/ to docs/4.1/ * bump version to 4.1.0 * Update redirects to work for 4.1 docs move * Update docs version switcher to include latest and link to 4.0 docs * re-run dist * Update package-lock.json * Update docs-navbar.html
2018-04-02Fix broken URI fragments and redirects.XhmikosR1-1/+1
2018-01-18Bump version to 4.0.0Mark Otto1-1/+1
2018-01-15Add display utilities to bootstrap-grid.scss (#25308)Mark Otto1-4/+1
2018-01-14Update copyright for 2k18 (#25303)Mark Otto1-2/+2
* Update copyright range to include 2018 * Extend copyright date range on new files from 2017 to include 2018
2017-12-28Update version to 4.0.0-beta.3v4.0.0-beta.3Mark Otto1-1/+1
2017-10-19fix version numberMark Otto1-1/+1
2017-10-19new version numberMark Otto1-1/+1
2017-10-17Add copyright and license headers to grid and reboot filesMark Otto1-8/+6
Fixes #24311
2017-10-02Switch to stylelint. (#23572)XhmikosR1-1/+1
2017-06-14Merge branch 'v4-dev' into rip-customMark Otto1-0/+1
2017-06-14Move scss functions from top of variables to separate file, then import it ↵Mark Otto1-0/+1
into other build files
2017-06-13Remove the confusing _custom.scss fileMark Otto1-1/+0
2017-02-04Add `utilities/flex` to the dedicated grid Sass bundle so folks can take ↵Mark Otto1-0/+1
advantage of the utilities for basic flex alignment
2017-01-23Update _custom.scss imports in other builds (#21825)Mark Otto1-8/+1
- Correctly places the _custom.scss file first in the other two buids. - Also removes the clearfix mixin from the grid build because flexbox yo.
2016-12-27Update bootstrap-grid.scssMark Otto1-1/+2
2016-12-25Remove some leftover IE9/flex stuffStarsam801-2/+2
2016-11-25Update bootstrap-grid.scss to include box-sizing and responsive changes (#21202)Mark Otto1-0/+19
2016-07-26Enable flexbox grid CSS on our docs pageMark Otto1-42/+2
- Creates new flexbox grid Sass file in our docs assets - Updates the Gruntfile to compile said new Sass file and minify the output - Update notice on flexbox docs page for how it works - Only enable compiled flexbox grid CSS in hosted docs site, not in dev (for easier and specific debugging of all flexbox features)
2016-01-17add custom overrides to other bundlesMark Otto1-0/+1
2015-09-27Change grid and container sizes to pxGleb Mazovetskiy1-17/+22
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-06-18Create new stylesheets for optional builds and add them to Gruntfile tasksMark Otto1-0/+57