aboutsummaryrefslogtreecommitdiff
path: root/docs/4.0/utilities
AgeCommit message (Collapse)AuthorFilesLines
2018-04-09Ship v4.1.0 (#26218)v4.1.0Mark Otto17-1376/+0
* 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-03-31Add box-shadow utilities (#25758)Mark Otto1-0/+19
2018-03-31Add new .flex-grow and .flex-shrink utilsMark Otto1-0/+29
2018-03-31document new text color utilsMark Otto1-0/+3
2018-03-31Add .text-monospace utilMark Otto1-0/+9
2018-03-31Add small not to float docs about mixing with flex itemsMark Otto1-1/+1
Closes #25829, closes #25924
2018-03-29Add .bg-transparent to docsVarunram1-0/+1
2018-03-14Remove custom example plugin. (#25784)m5o13-76/+114
2018-03-12Use callout without custom Jekyll plugin.m5o1-4/+4
2018-03-01display on xl viewportJos Maissan1-1/+1
See issue #25711
2018-02-24Fix typo of example in hiding docdaviddalbusco1-1/+1
2018-02-13Update position.md (#25607)Andy Pickler1-2/+2
2 small typos
2018-02-11Update `.sr-only` mixin and utility (#25197)Mark Otto1-2/+2
* Remove clip-path from .sr-only utility as it causes perf regressions in Chrome * change snippet to example
2018-01-21Add CSS Utility for `auto` width and height Properties (#24249)Taufek Johar1-1/+3
Currently bootstrap only provides 4 variations of `width` and `height` css utilities, which are: 1. 25% 2. 50% 3. 75% 4. 100%. Here, I'm adding `auto` to the list. This is useful when we need to reset the width/height value back to the browser default value at some point.
2018-01-21Document .flex-fill class in flex utilsMark Otto1-0/+17
2018-01-17Prevent print utils from overriding all other display utils (#25269)Mark Otto1-9/+12
* Prevent print utils from overriding all other display utils Fixes #25221. I agree with the referenced issue—this is unexpected and also causes a serious bug when mixed with other utility classes. This wasn't an issue in v3 given we had different utilities for hiding that weren't focused on display property. * Add printing changes to migration docs * unrelated heading sentence case change * List out all .d-print- classes
2018-01-11Update browser compatibility note for `position: sticky` since Edge supports ↵Christian Oliff1-1/+1
it now (#25229) The latest shipping version of Edge supports position: sticky and I've successfully tested it with Bootstrap 4 and it works as intended. I added IE10 in place of Edge in that note as I assume that IE10 also has the `position: relative` fallback. REF: https://caniuse.com/#search=sticky
2018-01-11Fix variable name in display utility class naming (#25261)Vytas1-1/+1
2018-01-03Document `order-0` (#25191)ysds1-1/+1
2018-01-01improve additive/subtractive border util docsMark Otto1-1/+10
2017-12-31Add description about positive borderysds1-1/+1
2017-12-31Add positive border utilitiesysds1-0/+4
2017-12-22Restyle code element, remove docs example overflow, improve docs examples ↵Mark Otto2-18/+3
(#25054) * Restyle code element, clean up variables - Removes the padding and background-color - Changes the color to a brand color () - Add new variables to kbd element styles to account for removing the code ones - Remove overrides that were needed previously * only break between words, and override it in the pre * make file inputs 100% wide * scope custom file changes in input group for sizing * shorter button labels for responsive * narrower cards * button was too wide * downsize * fewer links in pagination * redo cell text * improve overflow docs
2017-11-17Change the text color to dark on bg color warning examples (#24805)Andres Galante1-2/+2
2017-10-30Minor Markdown consistency cleanup. (#24605)XhmikosR2-3/+10
2017-10-26Add `table-row` in documentation (#24551)Paweł Kuna1-0/+1
2017-10-22improve visual appeal of examplesMark Otto1-4/+4
2017-10-22combineMark Otto1-3/+1
2017-10-22line breakMark Otto1-0/+1
2017-10-22Merge branch 'v4-dev' of https://github.com/aavmurphy/bootstrap into ↵Mark Otto1-46/+57
aavmurphy-v4-dev
2017-10-22Reduce whitespace liquid outputs. (#24470)XhmikosR1-2/+2
2017-10-19another ;Andrew Murphy1-1/+1
2017-10-19formattingAndrew Murphy1-17/+17
2017-10-19typoAndrew Murphy1-1/+1
2017-10-19suggested changesAndrew Murphy1-12/+12
2017-10-19typov4.0.0-beta.2Mark Otto1-1/+1
2017-10-19fix missing word in colors.md (#24440)Gijs Boddeus1-1/+1
2017-10-19Gradients and shadows (#24429)Mark Otto1-0/+13
* Update the form focus mixin to use a manual `$enable-shadows` check so we can always ensure a focus state for accessibility and consistency * - Add new `$input-btn-focus-width` and `$input-btn-focus-color` variables. - Replace separate `$btn-focus-box-shadow` and `$input-focus-box-shadow` variables with unified `$input-btn-focus-box-shadow` to match our combined variables approach elsewhere. * Put new focus width var to use in buttons mixins * use new button input-box shadow var * Add a new mixin for quickly adding linear gradient to components when $enable-gradients is set to true * use correct var * fix focus shadows in button mixins * Add opt-in gradients to alerts, buttons, carousel, custom radios and checkboxes, custom file input, and dropdown items * Generate .bg-gradient- utilities * add headings to colors page and document bg-gradient utils * update the button color for active status, check with yiq as it's done for basic state and hover state
2017-10-19fix typo in flex.md (#24431)Gijs Boddeus1-1/+1
2017-10-19Update docs for IE10+IE11 support of auto margins (#24427)Mark Otto1-7/+11
IE10 and IE11 do not properly support the use of margin-auto on flex parents with a justify-content value other than flex-start. This PR removes the examples showcasing those two classes at play together in favor of simpler ones with _just_ the margin-auto utilities. More details can be found at https://stackoverflow.com/a/37535548, which has been linked to from the docs as well. Closes #24319 and closes #24413.
2017-10-18Use the 'spacing' template. More examplesAndrew Murphy1-29/+40
The most important change is to say "for the named breakpoint ( `sm`, `md`, `lg`, `xl`) and above". The existing "hiding elements para" (not yet live) is exactly what's needed. Keep simple for "english as a second language" people (e.g. hide not hidden)
2017-10-04Remove double spaces.XhmikosR1-1/+1
2017-10-02fix up colors, closes #23325Mark Otto1-7/+7
2017-10-02Added type="button" to <button>s without any type (#23866)Herst1-2/+2
https://github.com/twbs/bootlint/wiki/W007
2017-10-02Adds text-muted and text-white to the examples on color utilities (#23877)Andres Galante1-0/+4
2017-09-27Add auto to the list of sizes (#23786)Ray Villalobos1-0/+1
I feel like `auto` is missing from the values here and that it should be there. Although it is mentioned below, only a single use case, whereas in other sections it appears with the option to set the left margin of an element to auto, for example.
2017-09-17Add light weight to text utility classes (#23970)Andres Galante1-0/+1
2017-09-09Add an introduction and a table with examplesRami Yushuvaev1-1/+18
2017-09-09review updatesRami Yushuvaev1-1/+1
2017-09-09Hiding Elements: new doc section in display.mdRami Yushuvaev1-0/+6
This new section will replace the `hidden-*` class. https://v4-alpha.getbootstrap.com/layout/responsive-utilities/ More info can be found here at https://getbootstrap.com/docs/4.0/migration/#responsive-utilities