aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2019-01-14Align toast variables (#28041)Martijn Cuppens1-13/+14
2019-01-13Add new rounded sizes classes (#28011)Justin2-0/+26
* update border-radius mixins Add $enable-rounded as a keyword argument to border-raidus mixins * Update rounded classes - use border-radius mixins to repleace !important - use true for $enable-rounded for rounded classes - Add `.rounded-sm` and `.rounded-sm` #27934 * update borders docs * Revert touch of dist files * Revert change of border-radius mixins * use !important in border-radius utilies classes * update border radius classes keep only rounded-lg and rounded-sm
2019-01-13Change default custom select styles (#28027)Martijn Cuppens1-3/+3
2019-01-13Prevent wrapping if caret is included (#28029)Martijn Cuppens1-0/+2
2019-01-11Add form-validation-states Sass map (#27999)Mark Otto4-11/+52
2019-01-11Fix input-height-inner wrongly calculated (#28018)Miha Eržen1-3/+3
In a scenario where `$input-line-height` or `$input-font-size` are different than `$input-btn-line-height` and `$input-btn-font-size` the final `$input-height-inner` was wrongly calculated.
2019-01-10Update devDependencies. (#28016)XhmikosR4-53/+63
2019-01-10Tighten bundlesize limits. (#28012)XhmikosR1-7/+7
2019-01-08npm run test to build dist filesMark Otto15-86/+181
2019-01-08Examples: use `{{ site.time | date: "%Y" }}`.XhmikosR7-7/+7
Since they are being build, no point in hardcoding the year.
2019-01-08Bump copyright year to 2019.XhmikosR20-30/+30
2019-01-08remove redundant loop from list-group-horizontal (#28005)wojtask91-18/+16
2019-01-08box-shadow mixin fix (#28004)wojtask91-3/+9
2019-01-08Move `z-index` to .list-group-item-action and remove redundant ↵Shohei Yoshida1-5/+1
`text-decoration: none` (#27996)
2019-01-08Space fixes (#27997)Martijn Cuppens2-2/+2
2019-01-07Enable cache for stylelint.XhmikosR1-2/+2
2019-01-07Enable cache for ESLint.XhmikosR3-5/+5
2019-01-07Update devDependencies and gems. (#27981)XhmikosR3-358/+133
2019-01-07Allow configuration of caret spacing and vertical alignment (#27994)Martijn Cuppens2-4/+6
2019-01-07remove screen from media query (#27985)Martijn Cuppens1-1/+1
2019-01-07docs: use the `twitter` Jekyll variable everywhere (#27990)文翼2-3/+3
2019-01-07Blog example IE fix & minor tweaks (#27933)Martijn Cuppens1-20/+20
2019-01-07Fix incorrect responsive alignment of dropdown menu (#27873)Shohei Yoshida1-11/+5
2019-01-07fix border issue for nested card inside accordions (#27881)Vishnuprasad Venugopal1-1/+1
2019-01-07Add horizontal list group modifier (#27970)Mark Otto5-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-07take account 'none' for box-shadow (#27972)wojtask92-2/+11
2019-01-07Sync custom select focus state with custom control focus stateMartijn Cuppens1-1/+1
2019-01-06README.md: fix redirect.XhmikosR1-1/+1
2019-01-05Switch to our Stylelint config. (#27974)XhmikosR4-330/+17
2019-01-05Remove unneeded stylelint disables.XhmikosR4-6/+2
2019-01-05stylelint: no need to specify syntax.XhmikosR1-2/+2
This speeds things up a bit because we don't spawn a new instance.
2019-01-05Run linters in parallelMartijn Cuppens1-1/+1
This should speed up things a bit
2019-01-05Update postcss-cli to v6.1.1.XhmikosR2-4/+4
2019-01-04latest changesMark Otto44-291/+300
2019-01-04carousel should not cycle when there is no data-ride on init (#27968)Johann-S3-2/+49
2019-01-04Update devDependencies and gems.XhmikosR3-162/+166
2019-01-04Add note to the summary of important changesMark Otto1-0/+1
2019-01-04Move hand cursor for buttons to rebootMartijn Cuppens9-32/+29
2019-01-04Prevent select word wrap in Safari (#27932)Martijn Cuppens1-0/+8
2019-01-03Remove unnecessary brackets for consistency (#27966)Florian Lacreuse1-5/+5
2019-01-02Fix Typo on docs (#27962)sabruss1-1/+1
2018-12-31Add a few more redirects.XhmikosR7-8/+15
2018-12-29Remove wrapping paragraph in readme (#27948)Martijn Cuppens1-17/+17
2018-12-29Configurable display utility classes (#27917)Martijn Cuppens3-18/+9
2018-12-29Fix custom select font sizes (#27929)Martijn Cuppens2-2/+4
2018-12-28Match input font size for `.input-group-text` (#27941)Martijn Cuppens1-1/+1
2018-12-28reboot: Fix comment (#27937)XhmikosR1-1/+1
2018-12-27Fix form-feedback-icon-invalid color (#27935)Martijn Cuppens1-1/+1
2018-12-27toasts: mention that positioning is manual. (#27931)XhmikosR1-0/+1
2018-12-24stretched-link.md: fix typo (#27918)XhmikosR1-1/+1