aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2020-04-15Add `bs-` prefixes to custom properties (#30591)Martijn Cuppens6-20/+20
2020-04-15guuters.md: fix link and highlight (#30595)XhmikosR1-2/+2
2020-04-15Disable negative margins by default (#30585)Martijn Cuppens4-12/+6
* Disable negative margins by default * Use shorter enable variable Co-authored-by: XhmikosR <[email protected]>
2020-04-15v5: Improve the responsiveness of our Dashboard example (#30573)Mark Otto1-3/+3
Cleans up some column classes to ensure things line up across all viewports. Also fixes some broken padding on the .navbar-brand. Co-authored-by: XhmikosR <[email protected]>
2020-04-14Slight adjustment to the h3 heading spacing in docsMark Otto1-1/+1
2020-04-14v5: Update system font stack (#30561)Mark Otto1-1/+1
Co-authored-by: Martijn Cuppens <[email protected]>
2020-04-14Update release-drafter.ymlMark Otto1-5/+5
2020-04-14Update release-drafter.ymlMark Otto1-2/+14
2020-04-14Merge pull request #30460 from twbs/release-drafterMark Otto2-0/+42
Add Release Drafter Action
2020-04-14Delete appearance from `button.close` (#30582)k-utsumi1-1/+0
2020-04-14Simplify checkbox & radio input (#30557)Martijn Cuppens2-23/+7
- Define background properties in `.form-check-input` - Use `background-size: contain` to simplify background sizes (especially for those with linear gradients) - Remove double `color-adjust` - Adjust svgs to 20x20 box. This way the strokes aren't rescaled.
2020-04-14Update RFS to 9.0.3 (#30581)Martijn Cuppens1-2/+9
* Two dimensional fix - https://github.com/twbs/rfs/pull/225
2020-04-14Redo display headings (#30568)Mark Otto4-30/+35
- Convert to Sass map - Consolidate font-weights into single option (matching line-height for them) - Add two new sizes and create a new scale - Update migration docs Co-authored-by: Martijn Cuppens <[email protected]>
2020-04-14Restore `.form-text` (#30565)Catalin Zalog6-11/+25
2020-04-13Merge pull request #30354 from twbs/grid-xxl-and-sidebar-tocMark Otto29-853/+1122
v5: Add new `xxl` grid tier and move ToC to a sidebar
2020-04-13Merge branch 'master' into release-drafterMark Otto136-6449/+6258
2020-04-13Update docs for new XXL grid tierMark Otto18-136/+173
- Updates mentions of number and exact tiers - Updates grid example to include xxl container - Adds some scss-docs references - Cleans up other grid mentions and docs - Updates navbar example to include an expand at XXL variant
2020-04-13Clarify media query using .02px and bump from callout to warningMark Otto2-2/+2
2020-04-13layout/z-index.md: retrieve z-index variables on build timeXhmikosR1-7/+13
2020-04-13Update file size for the grid buildMark Otto1-1/+1
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