aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2020-04-13Rewrite grid docs to account for new grid tierMark Otto14-767/+961
- Breaks grid content across multiple pages - Updates mentions of grid tiers from five to six - Rewrites how it works sections to reference new options and tiers
2020-04-13Move table of contents to new sidebar, restyle it to be simplerMark Otto2-20/+50
2020-04-13Add an xxl grid tierMark Otto1-2/+4
- Staring at my laptop, I realized I'm wasting away space. This adds a significant amount of CSS, but it feels right already. - Added the xxl tier with a width that divides by 12 - Motivation was originally trying to have a third column for our toc so that our docs are more useful
2020-04-13Update devDependencies (#30544)XhmikosR2-1340/+801
* @babel/plugin-proposal-object-rest-spread ^7.9.0 → ^7.9.5 * @babel/preset-env ^7.9.0 → ^7.9.5 * @rollup/plugin-commonjs ^11.0.2 → ^11.1.0 * @rollup/plugin-node-resolve ^7.1.1 → ^7.1.3 * hugo-bin ^0.56.3 → ^0.57.0 * karma ^4.4.1 → ^5.0.1 * nodemon ^2.0.2 → ^2.0.3 * rollup ^2.3.3 → ^2.6.1 * stylelint ^13.3.0 → ^13.3.2 * terser ^4.6.10 → ^4.6.11
2020-04-11Use `box-shadow` mixin for `.btn` (#30512)Catalin Zalog1-8/+8
Co-authored-by: Martijn Cuppens <[email protected]>
2020-04-11Use `box-shadow` mixin for `.form-select` (#30555)Catalin Zalog1-1/+2
2020-04-10Use custom properties for font-stacks (#30509)Gaël Poupard3-3/+3
2020-04-09Remove redundant class and line height (#30542)Martijn Cuppens2-2/+1
2020-04-09Pass multiple classes to `classList.add` / `classList.remove` (#30537)XhmikosR4-13/+6
This is supported by our currently supported browsers.
2020-04-09Add v4-dev in bundlewatch config. (#30541)XhmikosR1-1/+7
2020-04-09Add checkbox transition (#30528)Martijn Cuppens2-5/+2
2020-04-08Replace bundlesize with bundlewatch. (#30538)XhmikosR4-303/+137
2020-04-08Fix spinner-grow animation (#30504)Mark Otto1-0/+1
* Fix spinner-grow animation Safari seems to be interpreting the old keyframes animation as incomplete. Adding `transform` to the second frame seems to resolve the issue. Co-Authored-By: Martijn Cuppens <[email protected]>
2020-04-08Use correct hex color code(#30533)Gaël Poupard1-1/+1
2020-04-07Bump autoprefixer from 9.7.5 to 9.7.6 (#30524)dependabot-preview[bot]2-6/+14
Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 9.7.5 to 9.7.6. - [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.7.5...9.7.6) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: XhmikosR <[email protected]>
2020-04-07Bump rollup from 2.3.2 to 2.3.3 (#30523)dependabot-preview[bot]2-4/+4
Bumps [rollup](https://github.com/rollup/rollup) from 2.3.2 to 2.3.3. - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v2.3.2...v2.3.3) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: XhmikosR <[email protected]>
2020-04-07Bump stylelint from 13.2.1 to 13.3.0 (#30522)dependabot-preview[bot]2-11/+11
Bumps [stylelint](https://github.com/stylelint/stylelint) from 13.2.1 to 13.3.0. - [Release notes](https://github.com/stylelint/stylelint/releases) - [Changelog](https://github.com/stylelint/stylelint/blob/master/CHANGELOG.md) - [Commits](https://github.com/stylelint/stylelint/compare/13.2.1...13.3.0) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-04-06Create `scss-docs` shortcode to get some snippets from the Scs… (#30502)Martijn Cuppens12-87/+72
Co-authored-by: XhmikosR <[email protected]>
2020-04-06Add `.card-footer` color (#30515)Catalin Zalog1-0/+1
2020-04-06Add nav link transition (#29988)Martijn Cuppens2-0/+2
2020-04-02Update devDependencies and regenerate package-lock.json (#30501)XhmikosR2-31/+31
* linkinator 2.0.6 * rollup 2.3.2 * terser 4.6.10 We are now down to one low npm vulnerability
2020-04-02Fix card list group borders & radii (#30497)Martijn Cuppens2-19/+17
2020-04-01Use `box-shadow` mixin for form controls (#30480)Catalin Zalog1-2/+2
2020-04-01Always modal scroll top to 0ysds2-12/+10
2020-04-01Fix border radiiMartijn Cuppens1-1/+9
2020-04-01Fix CSS and improve docsysds4-64/+60
2020-04-01Add Full-Screen size to Modal and Responsive variations for breakpointsgsoti4-0/+187
(Works from breakpoint and down)
2020-04-01transition() mixin prevent redundant 'transition: none' and pass `null` (#30391)Shohei Yoshida1-4/+14
* Prevent redundant 'none' for prefers-reduced-motion * Output warning when use 'none' or 'null' with multiple arguments * Fix for libsass(node-sass)
2020-04-01Fix date inputs heights in safariMartijn Cuppens2-13/+1
2020-03-31Fix active state dropdownMartijn Cuppens2-4/+2
2020-03-31Use unordered lists in dropdown-menusMartijn Cuppens8-118/+118
2020-03-31Docs: Use unordered lists in dropdownscccabinet4-88/+88
2020-03-31Fix text decorations (#30492)Martijn Cuppens2-5/+3
Co-authored-by: XhmikosR <[email protected]>
2020-03-31Require `.form-label` classes on form labels (#30476)Martijn Cuppens17-73/+82
2020-03-31docs(tables): 1, 2, 2, 4… (#30489)Gaël Poupard1-1/+1
Co-authored-by: XhmikosR <[email protected]>
2020-03-31Regenerate package-lock.json. (#30488)XhmikosR1-221/+179
We are down to 2 npm vulnerabilities (1 low, 1 high).
2020-03-31Bump eslint-plugin-import from 2.20.1 to 2.20.2 (#30486)dependabot-preview[bot]2-7/+7
Bumps [eslint-plugin-import](https://github.com/benmosher/eslint-plugin-import) from 2.20.1 to 2.20.2. - [Release notes](https://github.com/benmosher/eslint-plugin-import/releases) - [Changelog](https://github.com/benmosher/eslint-plugin-import/blob/master/CHANGELOG.md) - [Commits](https://github.com/benmosher/eslint-plugin-import/compare/v2.20.1...v2.20.2) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-03-31Bump rollup from 2.2.0 to 2.3.1 (#30485)dependabot-preview[bot]2-4/+4
Bumps [rollup](https://github.com/rollup/rollup) from 2.2.0 to 2.3.1. - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v2.2.0...v2.3.1) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: XhmikosR <[email protected]>
2020-03-31Bump terser from 4.6.7 to 4.6.9 (#30483)dependabot-preview[bot]2-4/+4
Bumps [terser](https://github.com/terser/terser) from 4.6.7 to 4.6.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.6.7...v4.6.9) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: XhmikosR <[email protected]>
2020-03-31Bump eslint-plugin-unicorn from 18.0.0 to 18.0.1 (#30484)dependabot-preview[bot]2-4/+4
Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 18.0.0 to 18.0.1. - [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases) - [Commits](https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v18.0.0...v18.0.1) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: XhmikosR <[email protected]>
2020-03-31Use variables for list-group-item color levels (#30009)Yannik Hampe2-1/+3
Co-authored-by: Martijn Cuppens <[email protected]>
2020-03-31Cleanup responsive tables (#30482)Martijn Cuppens1-17/+8
2020-03-30Switch to custom properties to control grid gutter widths (#30475)Martijn Cuppens3-38/+24
2020-03-29Remove `MSPointerEvent` and `ms-touch-action` in tests (#30463)XhmikosR2-6/+5
2020-03-29Use `textContent` instead of `innerText`. (#30462)XhmikosR3-4/+3
It's supported by all of our supported browsers.
2020-03-28Order sizes variables (#30479)Catalin Zalog1-9/+9
2020-03-28docs: remove `makeArray` (#30470)XhmikosR1-13/+9
2020-03-28Simplify sidebar stylesMartijn Cuppens3-64/+54
2020-03-28docs(sidenav): use class selector for active itemGaël Poupard2-4/+4
2020-03-28docs(sidenav): transition arrow tooGaël Poupard1-0/+1