aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2019-08-30First pass at .row-cols classesMark Otto3-1/+144
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-30Merge lint scripts (#29329)XhmikosR2-6/+4
* Merge js-lint scripts into one script. * Merge stylelint scripts into one.
2019-08-30Clean up line heights & add line height utilities (#29271)Martijn Cuppens13-32/+40
2019-08-30docs-sidebar.html: reindent. (#29337)XhmikosR1-17/+17
2019-08-29Clean up instances of old .form-group (#29321)Mark Otto2-8/+8
2019-08-29Minor lint tweaks. (#29328)XhmikosR3-8/+6
2019-08-29docs: remove swatches for theme colors. (#29327)XhmikosR2-8/+1
Use the built-in utilities instead.
2019-08-29theming.md: automate _root.scss. (#29326)XhmikosR2-26/+7
2019-08-29theming.md: bring `:root` up to par with Scss. (#29323)XhmikosR2-1/+2
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-27Homepage: add missing link to the versions page. (#29308)XhmikosR1-1/+1
2019-08-27Switch percentage `font-size`s to `em` and change some font sizes for ↵Martijn Cuppens2-6/+1
consistency in docs
2019-08-27Switch percentage `font-size`s to `em` and change some font sizes for ↵Martijn Cuppens3-7/+11
consistency
2019-08-27Don't bind validation to form controlsMartijn Cuppens1-30/+7
2019-08-27Dist (#29263)XhmikosR59-2107/+1686
2019-08-27Update devDependencies. (#29305)XhmikosR2-51/+41
2019-08-27mention new variable in our docsMark Otto1-1/+1
2019-08-27Allow modification of the value of remMartijn Cuppens2-0/+11
2019-08-27Remove "Wall of browser bugs" page. (#29297)XhmikosR9-653/+4
While important in the past, it has become obsolete, so removing it seems the best solution.
2019-08-26Update z-indices (#29292)Martijn Cuppens1-2/+1
- `.carousel-caption` doesn't need a z-index. There are no non-static element in its containing block (`.carousel-item`) - The `z-index` of `.carousel-indicators` is way higher than it needs to be (`15`), the highest sibling `z-index` is `1`, so it can be set to `2` to be the top layer.
2019-08-26Link helpers & use utility API for all utilitiesMartijn Cuppens18-95/+91
2019-08-25dropdown show method should do the same as toggleJohann-S2-23/+41
2019-08-24Document example of datalists with form controls (#29058)Mark Otto2-0/+27
- Add example to the new form control docs - Reset the [list] selector in Reboot to hide the random dropdown arrow in Chrome
2019-08-24Update devDependencies. (#29281)XhmikosR2-184/+138
Kept `[email protected]` since the newer versions have a bug that affects us.
2019-08-24Actions CI tweaks (#29276)XhmikosR1-2/+4
* Allow bundlesize to run for forks too. * Add name for clone step. * Add` fail-fast: false`
2019-08-24Documentation tweakMartijn Cuppens1-6/+2
2019-08-24Remove padding around color swatchesMartijn Cuppens1-0/+6
2019-08-24Add rounded corners to color swatchesMartijn Cuppens1-1/+9
2019-08-24Add support and docs for color inputMark Otto2-0/+20
2019-08-22Remaining JS linting TODO (#29289)Markus Hatvan6-28/+26
* Enable and fix all occurrences with no-mixed-operators rule * Take care of the max-depth warning in button.js Signed-off-by: mhatvan <[email protected]>
2019-08-22dropdown - destroy old popper.js referencesJohann-S2-6/+44
2019-08-22fixed minor typo (#29291)tracyjordan1-1/+1
2019-08-22Remove `position: relative` from `.collapsing`Martijn Cuppens1-1/+0
2019-08-22Drop `$nav-divider-*` variables (not used)Martijn Cuppens1-4/+1
2019-08-22Drop nav divider mixinMartijn Cuppens4-13/+6
2019-08-19change-version.js: Add _gh_pages folder in ignores. (#29270)XhmikosR1-0/+1
2019-08-18Split up `.form-control` & `.form-select` selectorsMartijn Cuppens1-4/+10
2019-08-18Fix date heightsMartijn Cuppens1-3/+3
2019-08-18set min-height for form-control textaream5o2-9/+5
* set `min-height` for `.form-control` textarea * prevent user from shrink textarea to minimum height
2019-08-18Remove useless check for null object with spread operatorJohann-S2-16/+7
2019-08-18Minor wording tweaksXhmikosR5-5/+5
2019-08-18allow to pass popper.js configuration for tooltip/popover and dropdownJohann-S7-31/+107
2019-08-18Add possibility to define custom border color for disabled form controls ↵tu4mo4-17/+23
(#29257)
2019-08-18docs css: minor cleanup (#29266)XhmikosR3-10/+0
2019-08-18docs: fix tap targets (#29272)Martijn Cuppens2-4/+5
2019-08-17Move favicon.ico and apple-touch-icon.png in hugo mounts.XhmikosR2-0/+4
2019-08-17Clean up mounts.XhmikosR1-13/+4
2019-08-17Fix mountsBjørn Erik Pedersen1-13/+9