Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-07-12Add a banner mixin, helping future releases and maintenance (#36178)GeoSot
* Add a banner mixin, helping future releases and maintenance * Update scss/bootstrap-reboot.scss Co-authored-by: Julien Déramond <julien.deramond@orange.com> * Apply suggestions from code review Co-authored-by: Julien Déramond <julien.deramond@orange.com> Co-authored-by: Mark Otto <markd.otto@gmail.com>
2022-05-13Prepare v5.2.0-beta1Mark Otto
2022-01-03Bump copyright year to 2022 (#35639)XhmikosR
2021-11-15Move reassigned Sass maps for colors to another stylesheet (#34942)Mark Otto
2021-10-09Bump version to 5.1.3.v5.1.3XhmikosR
2021-10-05Release v5.1.2 (#35114)v5.1.2XhmikosR
2021-09-07Release v5.1.1 (#34869)v5.1.1XhmikosR
* Prepare v5.1.1. * Dist
2021-09-02Include root.scss in all dist builds (#34773)Mark Otto
* Remove the font-family-* override vars from Reboot build * Update Reboot docs to mention CSS variables
2021-08-04Prepare v5.1.0. (#34674)v5.1.0XhmikosR
2021-06-22Release v5.0.2 (#34276)v5.0.2XhmikosR
* Bump version to v5.0.2. * Dist
2021-05-13Release v5.0.1 (#33972)v5.0.1XhmikosR
* Bump version to 5.0.1. * Dist
2021-05-05Release v5.0.0 (#33647)v5.0.0XhmikosR
* Bump version to 5.0.0 * Fix npm tag * Dist
2021-03-23Release v5.0.0-beta3 (#33439)v5.0.0-beta3XhmikosR
2021-02-10Release v5.0.0-beta2 (#32467)v5.0.0-beta2XhmikosR
* Bump version to 5.0.0-beta2 * Dist
2021-01-07Bump copyright year to 2021 (#32713)XhmikosR
2020-12-07Prepare v5.0.0-beta1.XhmikosR
2020-11-11Prepare v5.0.0-alpha3 (#32122)v5.0.0-alpha3XhmikosR
2020-09-29Prepare v5.0.0-alpha2. (#31748)v5.0.0-alpha2XhmikosR
2020-06-16Rename "master" to "main". (#31050)XhmikosR
2020-06-09Fix undefined custom properties in reboot (#30981)Martijn Cuppens
2020-05-13Bump version to 5.0.0-alpha1 (#29925)XhmikosR
Also add v4.5.0 in versions and keep README.md pointing to v4.5.0 so that there are no broken stuff.
2020-01-02Bump copyright year to 2020. (#29944)XhmikosR
2019-02-13Release v4.3.1. (#28252)v4.3.1XhmikosR
2019-02-11Release v4.3.0 (#28228)v4.3.0Mark Otto
* Prep for v4.3.0 * More updates for v4.3.0. * rerun to build docs source map
2019-01-08Bump copyright year to 2019.XhmikosR
2018-12-21Bump to v4.2.1 (#27892)v4.2.1Mark Otto
2018-12-21Prep for v4.2.0 releaseMark Otto
- 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-07-24Ship v4.1.3v4.1.3Mark Otto
2018-07-12Ship v4.1.2Mark Otto
2018-04-30Bump version to v4.1.1v4.1.1Mark Otto
2018-04-09Ship v4.1.0 (#26218)v4.1.0Mark Otto
* 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.XhmikosR
2018-01-18Bump version to 4.0.0Mark Otto
2018-01-15Update copyright for 2k18 (#25303)Mark Otto
* 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 Otto
2017-10-19fix version numberMark Otto
2017-10-19new version numberMark Otto
2017-10-18mention forked from normalizeMark Otto
2017-10-18Add copyright and license headers to grid and reboot filesMark Otto
Fixes #24311
2017-06-15Merge branch 'v4-dev' into rip-customMark Otto
2017-06-15Move scss functions from top of variables to separate file, then import it ↵Mark Otto
into other build files
2017-06-14Remove the confusing _custom.scss fileMark Otto
2017-01-24Update _custom.scss imports in other builds (#21825)Mark Otto
- Correctly places the _custom.scss file first in the other two buids. - Also removes the clearfix mixin from the grid build because flexbox yo.
2017-01-22Drop Normalize, port relevant parts to Reboot (#21741)Mark Otto
* Get this party started by removing mention of Normalize.css * Nuke the old comment, consolidate to a single line and number as appropriate * Bring over styles for HTML element from Normalize to Reboot * Move margin override for body element from Normalize to Reboot * Drop the block reset for HTML5 elements in IE9- from Normalize given we dropped IE9 support * Building on previous commit, do the same thing for figure, figcaption, and main * Remove IE9- display from Normalize given our browser support * Drop IE8 figure margin because we're IE10+ * No need for the h1 overrides because we reset these font and margin styles anyway in _type.scss already * Drop Safari 6 b and strong normalization because we're Safari 8+ * Remove mark styles for IE9- from Normalize * Remove old iOS audio fixes from Normalize * Remove IE9- display for progress from Normalize * Remove more IE9- rules from Normalize * One more IE9- display removal for canvas element * Move pre overrides from Normalize to Reboot * Move over some link resets to Reboot, drop others - Move over background-color and text-decoration - Drop focus outline change given it affects the offset on hover of focused links * Move over more code element resets, consolidate with pre overrides, too * Move over sub and sup wholesale * Move over img normalization to Reboot * Move over SVG override too * - Drop dupe hidden, but add comment for it - Move over template - Move over summary * Remove bulk of @viewport comment * edit down that code comment * consolidate html-based normalizations * update comments * Consolidate abbr styles * move over more type elements * move over hr changes * move over form controls and more * move over button resets * move over firefox button changes * move over search changes and more * we nuke all these styles for fieldsets anyway, so outright remove them * no need for those, we override them * move over legend, fieldset, progress * line break * delete normalize file * linting * update comment * clarify docs mentions of normalize and reboot * remove normalize excludes from linter * remove normalize excludes from cli task * linting * callout license since we forked part of normalize * Improve comments, move table background reset to .table class instead of in reboot * trailing space
2016-12-28sure we only need the two mixins, but this ensures folks don't run into ↵Mark Otto
missing mixin errors down the line
2016-12-28Update bootstrap-reboot.scssMark Otto
2016-01-18add custom overrides to other bundlesMark Otto
2015-06-18Create new stylesheets for optional builds and add them to Gruntfile tasksMark Otto