aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2019-10-22Update hugo-bin to v0.47.0 (Hugo 0.59.0) (#29562)XhmikosR2-4/+4
2019-10-21Rename close icon to close button (#29387)Shohei Yoshida3-6/+6
2019-10-21Get rid of unneeded `div`s. (#29563)XhmikosR2-87/+29
Use our example shortcode's `class` parameter instead.
2019-10-21Bump eslint-config-xo from 0.27.1 to 0.27.2 (#29556)dependabot-preview[bot]1-3/+3
Bumps [eslint-config-xo](https://github.com/xojs/eslint-config-xo) from 0.27.1 to 0.27.2. - [Release notes](https://github.com/xojs/eslint-config-xo/releases) - [Commits](https://github.com/xojs/eslint-config-xo/compare/v0.27.1...v0.27.2) Signed-off-by: dependabot-preview[bot] <[email protected]>
2019-10-20Update popper.js to v1.16.0. (#29537)XhmikosR4-8/+8
2019-10-18v5: Icons docs cleanup (#29450)Mark Otto2-9/+14
* Remove mention of icons from migration since they're not part of the core project * Cleanup icons page to mention Bootstrap Icons
2019-10-18v5: Update colors to add shades and tints (#29348)Mark Otto4-5/+231
* Add variables for shades and tints of each major color * getting-started/theming.md: use a `range`.
2019-10-18Add link to Icons site in our docs (#29544)Mark Otto2-0/+4
2019-10-17Skip hidden dropdowns while focusing (#29523)Jeremy Jackson3-3/+45
2019-10-17Add make-col-auto mixin (#29367)Mark Otto2-3/+7
2019-10-16Update dependabot config (#29536)XhmikosR1-1/+2
Now it should properly ignore the current published karma-browserstack-launcher versions
2019-10-16Bump terser from 4.3.8 to 4.3.9 (#29535)dependabot-preview[bot]1-3/+3
Bumps [terser](https://github.com/terser/terser) from 4.3.8 to 4.3.9. - [Release notes](https://github.com/terser/terser/releases) - [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md) - [Commits](https://github.com/terser/terser/compare/v4.3.8...v4.3.9) Signed-off-by: dependabot-preview[bot] <[email protected]>
2019-10-16Bump nodemon from 1.19.3 to 1.19.4 (#29534)dependabot-preview[bot]1-8/+8
Bumps [nodemon](https://github.com/remy/nodemon) from 1.19.3 to 1.19.4. - [Release notes](https://github.com/remy/nodemon/releases) - [Commits](https://github.com/remy/nodemon/compare/v1.19.3...v1.19.4) Signed-off-by: dependabot-preview[bot] <[email protected]>
2019-10-16Bump autoprefixer from 9.6.4 to 9.6.5 (#29532)dependabot-preview[bot]1-4/+4
Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 9.6.4 to 9.6.5. - [Release notes](https://github.com/postcss/autoprefixer/releases) - [Changelog](https://github.com/postcss/autoprefixer/blob/master/CHANGELOG.md) - [Commits](https://github.com/postcss/autoprefixer/compare/9.6.4...9.6.5) Signed-off-by: dependabot-preview[bot] <[email protected]>
2019-10-16Add dependabot config (#29526)XhmikosR1-0/+18
2019-10-14Update devDependencies. (#29508)XhmikosR2-110/+312
2019-10-12Fix top level ampersand (#29518)Martijn Cuppens1-3/+5
Fixes dart sass compatibility.
2019-10-12Carousel variables (#29493)leshasmp2-3/+5
2019-10-12Group line-height variables (#29466)astrahov1-3/+3
2019-10-12Add color argument to button mixins (#29444)Jeremy Jackson2-12/+30
Add optional `$color` argument to `button-variant()` and `button-outline-variant()` for additional flexibility.
2019-10-10Add new .bg-body utility class (#29511)Mark Otto2-0/+2
2019-10-09Drop support for Node.js 8. (#29496)XhmikosR2-2/+2
By the time v5 stable will be out, 8 will be EOL (December 2019).
2019-10-09Rename "js/tests/units" to "js/tests/unit". (#29503)XhmikosR20-5/+5
2019-10-08Dist (#29484)XhmikosR55-576/+761
2019-10-08CI: 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-07Update devDependencies. (#29447)XhmikosR6-151/+232
2019-10-03Add variable for `$breadcrumb-font-size` (#29467)astrahov2-0/+3
2019-10-03add modularity integration testJohann-S4-1/+63
2019-10-03return to the original file structure to avoid breaking modularityJohann-S35-186/+172
2019-10-03Fix border for single card in accordion (#29453)Martijn Cuppens1-14/+4
2019-10-03Variable card height (#29462)Martijn Cuppens3-1/+3
2019-10-03Better radio input (#29441)Paweł Kuna1-1/+1
2019-10-02Trim trailing whitespace from markdown files (#29460)Martijn Cuppens1-3/+0
2019-10-02Remove appearance from textarea (#29455)Martijn Cuppens1-2/+0
2019-10-02v5: .form-check layout changes (#29322)Mark Otto5-9/+71
* 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-10-02Remove "extra" section from composer.json (#29420)Andreas Schroth1-5/+0
This section is meaningless and doesn't serve any purpose.
2019-10-02coveralls: 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-02workflows/test.yml: specify `CI=true` (#29440)XhmikosR1-0/+2
2019-10-02README.md: link to the Actions page for Tests (#29480)XhmikosR1-1/+1
2019-10-01Variable carousel indicator opacity (#29468)astrahov2-2/+4
2019-09-27Remove outline from select box in FF (#29445)Paweł Kuna1-0/+6
* Remove outline from select box in FF * Use $form-select-color
2019-09-27Remove duplicated td selector (#29454)wojtask91-4/+0
2019-09-27Change blue and pink colors to be accessible. (#29198)XhmikosR1-2/+2
2019-09-26Sass: remove redundant stylelint inline suppressions. (#29427)XhmikosR4-7/+0
2019-09-24`update-deps`: remove moot `cross-env` call. (#29419)XhmikosR1-1/+1
2019-09-24Grid card example tweaks (#29409)Shohei Yoshida1-4/+4
Stack in cards in one column when < md
2019-09-24Update devDependencies.XhmikosR4-248/+434
2019-09-24.eslintrc.json: Remove a couple of default rules.XhmikosR1-8/+0
2019-09-24GH Actions updates. (#29429)XhmikosR2-3/+3
2019-09-17Use Hugo for our docs Sass and JS. (#29280)XhmikosR35-70/+45
Now there's only one command needed to run the docs: `npm run docs-serve`. Also, simplify the npm scripts.