aboutsummaryrefslogtreecommitdiff
path: root/site/content/docs/4.3
AgeCommit message (Collapse)AuthorFilesLines
2019-10-12Add color argument to button mixins (#29444)Jeremy Jackson1-0/+2
Add optional `$color` argument to `button-variant()` and `button-outline-variant()` for additional flexibility.
2019-10-10Add new .bg-body utility class (#29511)Mark Otto1-0/+1
2019-10-03Variable card height (#29462)Martijn Cuppens1-1/+1
2019-10-02v5: .form-check layout changes (#29322)Mark Otto3-7/+65
* Scope .form-check-input layout to the .form-check parent * Remove margin-bottom from list-group-items in case they are label elements * document .form-check in input groups and list groups, and cleanup the no-label examples in the main .form-check docs
2019-09-24Grid card example tweaks (#29409)Shohei Yoshida1-4/+4
Stack in cards in one column when < md
2019-09-17Use Hugo for our docs Sass and JS. (#29280)XhmikosR1-2/+2
Now there's only one command needed to run the docs: `npm run docs-serve`. Also, simplify the npm scripts.
2019-09-16examples: darken gray a little bit.XhmikosR3-5/+5
2019-09-16card.md: use `text-dark` for warning card.XhmikosR1-1/+1
2019-09-16badge.md: use `text-dark` for warning.XhmikosR1-2/+2
2019-09-13Responsive sticky top (#29158)jahanzaibsuleman071-0/+11
2019-09-06about/brand.md: Remove unused class.XhmikosR1-5/+5
2019-09-06Docs tweaksMartijn Cuppens2-35/+21
- Simplify display headings example markup - Simplify footer styles - Remove z-indices hacks in the docs - Remove redundant modal styling in docs - Use `escape-svg()` to escape docs sidebar chevron - Simplify sidebar chevron code - Cleanup masthead css & fix column width between `md` & `lg` - Easier to download logo's with the `download` attribute. - Changed some color codes into variables - Cleanup brands css
2019-09-06Move shortcodes used only once where they are needed.XhmikosR1-1/+21
2019-09-06getting-started/theming.md: throw an error if the regex doesn't succeed.XhmikosR1-0/+4
2019-09-06Break a couple of long lines.XhmikosR2-2/+6
2019-09-03Tweak form validation snippet. (#29359)XhmikosR2-16/+17
* remove load event * use `forEach` and `querySelectorAll` * simplify check
2019-09-02Examples: use our utilities more. (#29358)XhmikosR5-19/+12
2019-09-02Use the example shortcode in more places. (#29346)XhmikosR2-67/+30
2019-09-02Docs: simplify a few Hugo `range`s. (#29333)XhmikosR2-10/+10
2019-09-02Fix a few redirected links. (#29352)XhmikosR1-1/+1
2019-08-30Add responsive exampleysds1-0/+13
2019-08-30Allow override default col widthysds1-0/+13
2019-08-30CleanupMark Otto1-0/+14
- Rename and move the variable to variables file - Move code to the grid file - Use the mixin to generate our own classes - Wrap in a grid classes enabled conditional - Document the mixin
2019-08-30Move margins, and equal height via utility exampleMark Otto1-19/+64
2019-08-30First pass at .row-cols classesMark Otto2-1/+132
Trying to find a new way to do responsive card decks while not locking ourselves into the cards themselves. My thinking here is we can easily control the column (.col) width by the parent, but I don't know how many we need (have 0-5 now) across each breakpoint. This works for cards so far, and I think could get us equal height, too.
2019-08-30card.md remove empty `class` placeholder argument (#29345)XhmikosR1-1/+1
2019-08-30carousel.md: Remove duplicate bd-example div. (#29341)XhmikosR1-34/+32
The example shortcode already adds this.
2019-08-30Clean up line heights & add line height utilities (#29271)Martijn Cuppens3-1/+14
2019-08-29Clean up instances of old .form-group (#29321)Mark Otto2-8/+8
2019-08-29docs: remove swatches for theme colors. (#29327)XhmikosR1-1/+1
Use the built-in utilities instead.
2019-08-29theming.md: automate _root.scss. (#29326)XhmikosR1-25/+7
2019-08-29theming.md: bring `:root` up to par with Scss. (#29323)XhmikosR1-1/+1
Also, add a warning in _root.scss so that we don't miss it again.
2019-08-28blog example: remove unused CSS. (#29316)XhmikosR1-19/+0
2019-08-27mention new variable in our docsMark Otto1-1/+1
2019-08-27Remove "Wall of browser bugs" page. (#29297)XhmikosR3-52/+4
While important in the past, it has become obsolete, so removing it seems the best solution.
2019-08-26Link helpers & use utility API for all utilitiesMartijn Cuppens4-15/+21
2019-08-24Document example of datalists with form controls (#29058)Mark Otto1-0/+20
- Add example to the new form control docs - Reset the [list] selector in Reboot to hide the random dropdown arrow in Chrome
2019-08-24Documentation tweakMartijn Cuppens1-6/+2
2019-08-24Add support and docs for color inputMark Otto1-0/+15
2019-08-22fixed minor typo (#29291)tracyjordan1-1/+1
2019-08-22Drop nav divider mixinMartijn Cuppens1-1/+2
2019-08-18Minor wording tweaksXhmikosR3-3/+3
2019-08-18allow to pass popper.js configuration for tooltip/popover and dropdownJohann-S3-0/+18
2019-08-16Use US locale consistently. (#29255)XhmikosR3-3/+3
2019-08-16Clarify order documentation (#29252)Martijn Cuppens1-6/+6
2019-08-14Fix redirects. (#29254)XhmikosR5-5/+5
2019-08-07browser-devices.md: Fix Android version (#29224)XhmikosR1-1/+1
2019-08-05Responsive containers (follow-up to #29095) (#29118)Mark Otto3-25/+132
* 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-04Update form-control.md (#29203)XhmikosR1-3/+3
Fix Readonly plain text form alignment
2019-08-04Update javascript.mdXhmikosR1-2/+2