aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2019-10-14Update devDependencies and gems.XhmikosR3-152/+164
Locked qunit to v2.9.2 to prevent test failures. We should revisit qunit later.
2019-10-14Fix incorrect aspect ratio on IE11ysds1-5/+6
2019-10-14Remove redundant propertiesMartijn Cuppens1-8/+2
2019-10-14Fix top level ampersand (#29518)Martijn Cuppens1-3/+5
Fixes dart sass compatibility.
2019-10-14CI: move `CI` env variable to the root of the workflow. (#29499)XhmikosR1-2/+2
This way we match the Travis CI behavior, and it's inherited by all steps.
2019-10-14Update .gitignore.XhmikosR1-1/+0
Remove the old Hugo static dist folder.
2019-10-14Backport #29445Martijn Cuppens2-0/+12
Remove outline from select box in Firefox
2019-10-14Add variable for `$breadcrumb-font-size` (#29467)astrahov2-0/+3
2019-10-14Fix border for single card in accordion (#29453)Martijn Cuppens1-14/+4
2019-10-14Variable card height (#29462)Martijn Cuppens3-1/+3
2019-10-14coveralls: Add `COVERALLS_GIT_BRANCH` (#29458)XhmikosR1-0/+1
Without this, coveralls didn't receive the branch info thus leading to failures when we switched branches.
2019-10-14workflows/test.yml: specify `CI=true` (#29440)XhmikosR1-0/+2
2019-10-14README.md: link to the Actions page for Tests (#29480)XhmikosR1-1/+1
2019-10-08IE image fix (#29483)Martijn Cuppens1-1/+1
2019-09-26Use 180 for the grid-cards placeholder images' height.XhmikosR1-12/+12
2019-09-26Update devDependencies and gems.XhmikosR3-306/+308
2019-09-26Grid card example tweaks (#29409)Shohei Yoshida1-4/+4
Stack in cards in one column when < md
2019-09-26GH Actions updates. (#29429)XhmikosR2-3/+3
2019-09-26workflows/test.yml: use `ruby-version`.XhmikosR1-1/+1
`version` is deprecated.
2019-09-26workflows/test.yml: switch to `setup-node@v1`. (#29410)XhmikosR1-2/+2
2019-09-26Bump bundlesize limits.XhmikosR1-2/+2
2019-09-26Add responsive exampleysds1-0/+14
2019-09-26Allow override default col widthysds4-12/+24
2019-09-26CleanupMark Otto5-12/+36
- 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-09-26Move margins, and equal height via utility exampleMark Otto1-19/+65
2019-09-26First pass at .row-cols classesMark Otto3-0/+148
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-09-26carousel.md: Remove duplicate bd-example div. (#29341)XhmikosR1-34/+32
The example shortcode already adds this.
2019-09-26docs: remove swatches for theme colors. (#29327)XhmikosR2-8/+1
Use the built-in utilities instead.
2019-09-26theming.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-09-26blog example: remove unused CSS. (#29316)XhmikosR1-19/+0
2019-09-26Don't bind validation to form controlsMartijn Cuppens1-30/+7
2019-08-27Update devDependencies and gems.XhmikosR3-174/+143
2019-08-27Backport #29298Johann-S3-27/+51
dropdown show method should do the same as toggle
2019-08-27Actions CI tweaks (#29276)XhmikosR1-2/+4
* Allow bundlesize to run for forks too. * Add name for clone step. * Add` fail-fast: false`
2019-08-27Backport #29277Johann-S2-1/+49
dropdown - destroy old popper.js references
2019-08-27fixed minor typo (#29291)tracyjordan1-1/+1
2019-08-27test.yml: reindent.XhmikosR1-45/+45
2019-08-27change-version.js: Add _gh_pages folder in ignores. (#29270)XhmikosR1-0/+1
2019-08-27docs: fix tap targets (#29272)Martijn Cuppens1-0/+1
2019-08-27Backport #29251Johann-S8-40/+113
allow to pass popper.js configuration for tooltip/popover and dropdown
2019-08-26Add deprecation warningMartijn Cuppens2-2/+3
2019-08-22Deprecate nav-divider() mixinMartijn Cuppens2-2/+3
2019-08-17Enable wrapping for elements in .modal-footer (#25103)Martijn Cuppens2-4/+12
2019-08-17Restore `cursor: pointer` for checkbox/radio buttons (#29239)Martijn Cuppens1-0/+1
2019-08-17Clarify order documentation (#29252)Martijn Cuppens1-6/+6
2019-08-17Fix redirects. (#29254)XhmikosR4-4/+4
2019-08-17Update devDependencies and gems.XhmikosR3-239/+254
2019-08-17Fix Firefox rendering issue (#29234)Martijn Cuppens1-1/+1
2019-08-17Bump bootstrap.min.css bundlesize limit.XhmikosR1-1/+1
2019-08-17Fix min-width of input-group flex items (#29209)Shohei Yoshida1-0/+1