| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2019-01-08 | npm run test to build dist files | Mark Otto | 15 | -86/+181 | |
| 2019-01-08 | Examples: use `{{ site.time | date: "%Y" }}`. | XhmikosR | 7 | -7/+7 | |
| Since they are being build, no point in hardcoding the year. | |||||
| 2019-01-08 | Bump copyright year to 2019. | XhmikosR | 20 | -30/+30 | |
| 2019-01-08 | remove redundant loop from list-group-horizontal (#28005) | wojtask9 | 1 | -18/+16 | |
| 2019-01-08 | box-shadow mixin fix (#28004) | wojtask9 | 1 | -3/+9 | |
| 2019-01-08 | Move `z-index` to .list-group-item-action and remove redundant ↵ | Shohei Yoshida | 1 | -5/+1 | |
| `text-decoration: none` (#27996) | |||||
| 2019-01-08 | Space fixes (#27997) | Martijn Cuppens | 2 | -2/+2 | |
| 2019-01-07 | Enable cache for stylelint. | XhmikosR | 1 | -2/+2 | |
| 2019-01-07 | Enable cache for ESLint. | XhmikosR | 3 | -5/+5 | |
| 2019-01-07 | Update devDependencies and gems. (#27981) | XhmikosR | 3 | -358/+133 | |
| 2019-01-07 | Allow configuration of caret spacing and vertical alignment (#27994) | Martijn Cuppens | 2 | -4/+6 | |
| 2019-01-07 | remove screen from media query (#27985) | Martijn Cuppens | 1 | -1/+1 | |
| 2019-01-07 | docs: use the `twitter` Jekyll variable everywhere (#27990) | 文翼 | 2 | -3/+3 | |
| 2019-01-07 | Blog example IE fix & minor tweaks (#27933) | Martijn Cuppens | 1 | -20/+20 | |
| 2019-01-07 | Fix incorrect responsive alignment of dropdown menu (#27873) | Shohei Yoshida | 1 | -11/+5 | |
| 2019-01-07 | fix border issue for nested card inside accordions (#27881) | Vishnuprasad Venugopal | 1 | -1/+1 | |
| 2019-01-07 | Add horizontal list group modifier (#27970) | Mark Otto | 5 | -2/+66 | |
| Alternate take to #27683 that builds the modifier class based on min-width, such that list groups are stacked until the class's breakpoint is reached. This is less verbose, matches our primary responsive approach, and prevents an extra class. Unfortunately, I believe supporting flush list groups is too much code here, so I've skipped that and made a note in the docs. Also added examples generate from our breakpoints data file with a protip for how to do equal width items. | |||||
| 2019-01-07 | take account 'none' for box-shadow (#27972) | wojtask9 | 2 | -2/+11 | |
| 2019-01-07 | Sync custom select focus state with custom control focus state | Martijn Cuppens | 1 | -1/+1 | |
| 2019-01-06 | README.md: fix redirect. | XhmikosR | 1 | -1/+1 | |
| 2019-01-05 | Switch to our Stylelint config. (#27974) | XhmikosR | 4 | -330/+17 | |
| 2019-01-05 | Remove unneeded stylelint disables. | XhmikosR | 4 | -6/+2 | |
| 2019-01-05 | stylelint: no need to specify syntax. | XhmikosR | 1 | -2/+2 | |
| This speeds things up a bit because we don't spawn a new instance. | |||||
| 2019-01-05 | Run linters in parallel | Martijn Cuppens | 1 | -1/+1 | |
| This should speed up things a bit | |||||
| 2019-01-05 | Update postcss-cli to v6.1.1. | XhmikosR | 2 | -4/+4 | |
| 2019-01-04 | latest changes | Mark Otto | 44 | -291/+300 | |
| 2019-01-04 | carousel should not cycle when there is no data-ride on init (#27968) | Johann-S | 3 | -2/+49 | |
| 2019-01-04 | Update devDependencies and gems. | XhmikosR | 3 | -162/+166 | |
| 2019-01-04 | Add note to the summary of important changes | Mark Otto | 1 | -0/+1 | |
| 2019-01-04 | Move hand cursor for buttons to reboot | Martijn Cuppens | 9 | -32/+29 | |
| 2019-01-04 | Prevent select word wrap in Safari (#27932) | Martijn Cuppens | 1 | -0/+8 | |
| 2019-01-03 | Remove unnecessary brackets for consistency (#27966) | Florian Lacreuse | 1 | -5/+5 | |
| 2019-01-02 | Fix Typo on docs (#27962) | sabruss | 1 | -1/+1 | |
| 2018-12-31 | Add a few more redirects. | XhmikosR | 7 | -8/+15 | |
| 2018-12-29 | Remove wrapping paragraph in readme (#27948) | Martijn Cuppens | 1 | -17/+17 | |
| 2018-12-29 | Configurable display utility classes (#27917) | Martijn Cuppens | 3 | -18/+9 | |
| 2018-12-29 | Fix custom select font sizes (#27929) | Martijn Cuppens | 2 | -2/+4 | |
| 2018-12-28 | Match input font size for `.input-group-text` (#27941) | Martijn Cuppens | 1 | -1/+1 | |
| 2018-12-28 | reboot: Fix comment (#27937) | XhmikosR | 1 | -1/+1 | |
| 2018-12-27 | Fix form-feedback-icon-invalid color (#27935) | Martijn Cuppens | 1 | -1/+1 | |
| 2018-12-27 | toasts: mention that positioning is manual. (#27931) | XhmikosR | 1 | -0/+1 | |
| 2018-12-24 | stretched-link.md: fix typo (#27918) | XhmikosR | 1 | -1/+1 | |
| 2018-12-23 | Add Open Collective to header (#27916) | Martijn Cuppens | 3 | -0/+7 | |
| 2018-12-23 | Add horizontal card example (#27906) | Mark Otto | 1 | -0/+22 | |
| 2018-12-23 | getSelectorFromElement return null on bad selectors (#27912) | Johann-S | 3 | -32/+32 | |
| 2018-12-23 | versions: sort from newer to older. (#27898) | XhmikosR | 1 | -11/+12 | |
| 2018-12-23 | Fix 4:3 embed (#27910) | XhmikosR | 2 | -2/+2 | |
| 2018-12-23 | Simplify card group css (#27901) | Martijn Cuppens | 1 | -26/+2 | |
| 2018-12-23 | Blacklist border-radius property (use mixin instead) (#27900) | Martijn Cuppens | 14 | -35/+40 | |
| 2018-12-22 | move to 4.2 | Mark Otto | 1 | -0/+0 | |
