aboutsummaryrefslogtreecommitdiff
path: root/docs/4.0/utilities
AgeCommit message (Collapse)AuthorFilesLines
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-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
2017-08-20remove mention of clearfix source from docs, closes #23578Mark Otto1-1/+1
2017-08-20Changed Typography title to TextSimon Podlipsky1-1/+1
2017-08-14Small typo on screenreaders page (#23416)Peder Johnsen1-1/+1
Just fixes small typo
2017-08-10Add clear description and use case with exampleDillon Chanis1-10/+1
2017-08-10Add use case description and exampleDillon Chanis1-0/+15
2017-08-10Add basic property-value utils for positionMark Otto1-0/+12
2017-08-10Merge branch 'new-home' into v4-devMark Otto2-0/+2
2017-08-09Fix flex order generated code and a typo.XhmikosR1-6/+3
2017-08-07new homepage, new assets, clean out old stuffMark Otto2-0/+2
2017-07-30Update docs and carousel example for `order-`.XhmikosR1-6/+7
2017-07-04fixed doc vertical-align.md "inlie" to "inline" (#22984)Casper1-1/+1
2017-07-01Add .text-truncate class. We already had a mixin and documented the class, ↵Mark Otto1-1/+7
so this fixes that.
2017-07-01update nameMark Otto1-1/+1
2017-07-01Redo the "responsive helpers" filesMark Otto2-29/+63
- Moves the embed SCSS to the utilities subfolder - Separate the floats from the embed docs - Rename embed docs from responsive helpers to embeds
2017-07-01Move /utilities/typography to /utilities/text to match SCSS file nameMark Otto1-0/+0
2017-07-01Move /utilities/flexbox to /utilities/flex to match name of SCSS fileMark Otto1-0/+0
2017-06-30update redirect_from on docs pagesMark Otto1-1/+1
2017-06-25add border color utilitiesMark Otto1-0/+12
2017-06-25update background utilsMark Otto1-2/+2
2017-06-18remove - vars, update docs to generate from data yml files, update mixins, ↵Mark Otto1-21/+6
and generate card, button, bg, and color classes from the sass map
2017-06-17document itMark Otto1-0/+2
2017-05-29update urlsMark Otto1-1/+1
2017-05-29Rearrange all the docs to allow for a docs/major.minor/ setupMark Otto15-0/+1136