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
2019-11-25Update anchor.js to v4.2.1 (#29662)XhmikosR
2019-11-01Convert v4-dev calc() left overs to add/subtract functionsMartijn Cuppens
2019-09-26docs: remove swatches for theme colors. (#29327)XhmikosR
Use the built-in utilities instead.
2019-08-27docs: fix tap targets (#29272)Martijn Cuppens
2019-08-17Responsive containers (follow-up to #29095) (#29118)Mark Otto
* Follow-up to #29095 This PR fixes the responsive containers that were added in #29095, originally stubbed out in #25631. Apologies to @browner12 for getting that wrong. Fixes #25631. * update navbar as well because we cannot reset all containers uniformly * Update navbars example to include container-xl example to ensure containers match * rewrite responsive containers docs, add table of max-widths * Update container docs - Move table up to the intro - Remove the container example because it's actually hella confusing - Update and link to grid example as a demo instead
2019-08-17v4/v5: Add responsive containers (#29095)Mark Otto
* create responsive containers provide more flexibility and allow the user to determine when containers switch from fluid to fixed width. * fix the base container code this commit fixes the non-media portion of the generated CSS. I learned about the `@extends` directive and was able to put it to good use. I create a new temporary map that contains all the main `$container-max-widths` and join it to our 2 special cases of 'xs' and 'fluid'. Then we loop through that and, with the appropriate infixes, extend our placeholder * formatting for style forgot to run my tests before the last push, i think these are better. * finish incomplete comment * fix the responsive containers using the `@extend` directive I was able to clean up this code * fix responsive containers in the navbar mostly we just look through all of our breakpoints so we can include all of the responsive container classes in the tweaks we have to do for the navbar (redeclaring flex properties, don't double up on padding, etc) * Simplify container extends * Simplify navbar containers * Rearrange, add comments, ensure everything is nested in $enable-grid-classes * Reduce new CSS by using attribute selector We avoid using `@extend` whenever possible, and this is more readable * Update _grid.scss * Update _navbar.scss * Add docs for responsive containers, redesign the container layout page * Add to the Grid example
2019-07-31Update docs vendor libs (#29134)XhmikosR
* Update bs-custom-file-input.min.js to v1.3.2. * Update anchor.min.js to v4.2.0.
2019-07-31Apply `at-mixin-argumentless-call-parentheses: always` stylelint rule for v4 ↵Martijn Cuppens
mixins
2019-07-31Apply `at-mixin-argumentless-call-parentheses: always` stylelint ruleMartijn Cuppens
2019-07-30Disable the `!default` rule for our docs variables.XhmikosR
2019-07-30Use the background shorthand.XhmikosR
2019-07-30docs: use the `escape_svg` function.XhmikosR
2019-07-30SVGs: lowercase hex values.XhmikosR
2019-07-17Fix bootstrap-themes.png. (#29061)XhmikosR
For some reason the old image was bad quality.
2019-05-02Update devDependencies including jQuery to v3.4.1.XhmikosR
2019-03-27Remove `http` from docs search. (#28557)XhmikosR
We use only `https` for a few months now.
2019-03-27Use local doc versions favicon.ico.XhmikosR
2019-02-13Release v4.3.1. (#28252)v4.3.1XhmikosR
2019-02-12Update font size (#28232)Martijn Cuppens
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