aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2017-11-12Update Hound config.XhmikosR2-9/+9
1. Explicitly disable ESLint in Hound for now; it was disabled all this time. Temporarily disabled until the ESLint plugins are updated upstream 2. Remove unneeded ignore from .houndignore
2017-11-11fix typo grid.md (#24757)Gijs Boddeus1-1/+1
fixes #24744
2017-11-09Update gems. (#24732)XhmikosR1-2/+2
2017-11-09Merge branch 'v4-dev' into btn-group-stylingRaffy Alcoriza8-974/+73
2017-11-09Make styling of grouped option buttons class-basedRaffy Alcoriza1-1/+1
Referencing #23728, styling grouped radio and checkbox buttons should not require the data-toggle attribute.
2017-11-09Add missing `role="button"` in collapse examples. (#24725)Patrick Yeo1-8/+8
2017-11-09Use native pseudo-selectors instead of jQuery selectors (#24713)Vasilii Artemchuk5-46/+46
2017-11-09Update devDependencies (#24722)Johann-S2-920/+19
2017-11-08Adds underline back to `btn-link` on focusAndres Galante1-0/+1
2017-11-07upgrade to node 8.9.x and distMark Otto13-103/+1053
2017-11-08Use correct jQuery name in docs (#24712)Vasilii Artemchuk15-15/+15
2017-11-08Update devDependencies.XhmikosR3-62/+96
2017-11-08Update to babel beta 5Johann-S3-1024/+745
2017-11-07Fix test failure with jQuery 1.9.1 (#24706)XhmikosR1-1/+1
2017-11-07Escape ID in Util.getSelectorFromElement (#24700)Johann-S2-1/+27
2017-11-07Popover - call `content` once if it's a function. (#24690)Johann-S2-4/+27
2017-11-06distMark Otto6-7/+6
2017-11-06Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-devMark Otto6-21/+20
2017-11-06Reduce custom file z-index (#24633)ysds1-2/+1
2017-11-06fixes #24642Mark Otto1-0/+5
2017-11-06descriptive docs variable naming (#24521)m5o5-19/+19
* use descriptive docs btn naming * rename `btn-bd-yellow` to `btn-bd-download` * sort state vars * sort state vars * info, warning, danger * rename btn-bd-purple * rename `.btn-bd-purple` to `.btn-bd-primary` * align docs color variables * generate $bd-purple-light color * with http://razorltd.github.io/sasscolourfunctioncalculator/ * allow overide of docs variables
2017-11-06distMark Otto6-24/+28
2017-11-06Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-devMark Otto7-25/+29
2017-11-06Nav Tabs use single variable to style `$nav-tabs-link-hover-border-color` ↵Patrick Yeo2-4/+4
and `$nav-tabs-link-active-border-color` (#24639)
2017-11-06Move hardcoded opacity value in `.btn:disabled` to variable ↵Patrick Yeo2-1/+2
`$btn-disabled-opacity` (#24680)
2017-11-06distMark Otto14-48/+48
2017-11-06getting-started.md: Redirect from `/getting-started/` too. (#24669)XhmikosR1-2/+3
2017-11-06fixes #24553: override border-color on focus of custom select with form ↵Mark Otto1-0/+1
validation (#24695)
2017-11-06Restore .progress-bar transition (#24694)Mark Otto1-0/+1
Unintentionally removed in #22703. Fixes #24643.
2017-11-06fixing label cutoff at 0% (#24544)Gijs Boddeus1-1/+2
2017-11-06Convert px values to rem on tooltip variables (#23468)Andres Galante2-16/+15
* converts px valures to rem on tooltip variables * keep as px to match popover changes
2017-11-06changes list-inline-padding from 5px to .5remAndres Galante1-1/+1
2017-11-06Minor Sass consistency changes. (#24677)XhmikosR7-8/+8
* use `background-color` instead of the shorthand * use `outline: 0` consistently * fix transform order * remove quotes from `SFMono-Regular`
2017-11-03Update package-lock.json. (#24666)XhmikosR1-214/+52
2017-11-03Remove whitespace in SVG includes.XhmikosR2-5/+5
2017-11-03Remove a few extra newlines.XhmikosR14-32/+0
2017-11-03Highlight snippet as CSS.XhmikosR1-1/+1
2017-11-03getting-started/introduction.md: move title below the retired meta tags.XhmikosR1-1/+2
2017-11-03Add svg files in workbox and remove jpg.XhmikosR1-1/+1
2017-11-03Update Jekyll excludes to ignore more files.XhmikosR1-0/+2
2017-11-03Update our Webpack documentation for Webpack 3 (#24656)Johann-S1-3/+17
2017-11-02Convert modal's px units to rem (#23782)Andres Galante1-16/+16
2017-11-01Create CODE_OF_CONDUCT.md (#24629)Mark Otto1-0/+46
2017-11-01Update devDependencies and gems. (#24610)XhmikosR2-994/+99
2017-11-01Fix broken footer link after the about page revamp. (#24612)XhmikosR1-1/+1
2017-10-31Fix invalid `<nav ... role="tablist">` in docs.patrickhlauke2-10/+13
2017-10-31More wording tweakspatrickhlauke1-2/+2
2017-10-31Shorten ignores - add more comments.XhmikosR1-7/+10
2017-10-31Remove `datetime-local` warning from vnu ignore list, change reboot example.patrickhlauke2-3/+10
2017-10-31Remove invalid example of `title` attribute in an SVG and related vnu error ↵patrickhlauke2-4/+0
suppression