aboutsummaryrefslogtreecommitdiff
path: root/less
AgeCommit message (Collapse)AuthorFilesLines
2019-03-27Fix a few stylelint issues.XhmikosR2-2/+2
2019-02-15Replace `master` with `v3-dev` after the branch switch. (#28287)XhmikosR2-2/+2
2019-02-13Bump version to 3.4.1.XhmikosR2-2/+2
2019-02-13Bump year.XhmikosR2-2/+2
2019-02-11less/modals.less: Add missing semicolon.XhmikosR1-1/+1
2018-12-14Update devDependencies, gems and lots of cleanup/build fixes.XhmikosR1-1/+2
* switch to grunt-postcss and autoprefixer directly; this is the recommended way. * uglify: specify `ie8` for compatibility * specify `cascade:false` for autoprefixer * specify `ieCompat` for less * drop grunt-contrib-compress since it doesn't work with Node.js 10.x * remove grunt-contrib-htmlmin to match the v4 docs * clean up Gruntfile.js * clean up .travis.yml and backport changes from v4 * build ie10-viewport-bug-workaround.less since it's used in examples * move shrinkwrap to root * bs-commonjs-generator.js: Use `path.posix` * remove .hound.yml * remove references to no longer used PR bots * backport and adapt the sri generation script from v4
2018-12-10Restore `cursor: help` for `abbr`.XhmikosR1-0/+7
2018-12-10Backport the `abbr` fix from the updated normalize.css.XhmikosR1-2/+5
2018-11-18Remove a few duplicate selectors.XhmikosR3-103/+90
2018-11-18Add the unprefixed `appearance` property.XhmikosR2-0/+2
2018-10-18Use https, fix broken links and unneeded redirects.XhmikosR4-8/+8
2018-10-08Remove unneeded suppression and clean up docs less files.XhmikosR1-1/+1
2018-10-08Go back to single colon pseudo elements.XhmikosR8-289/+289
This is for backwards compatibility with the browsers we support in v3.
2018-10-08Bump year to 2018.XhmikosR2-2/+2
2018-10-08Switch to inline comments for stylelint inline directives.XhmikosR29-29/+29
Otherwise the comments are actually output to the CSS.
2018-08-18Restore non-system fonts for nowMark Otto1-2/+2
2018-04-08update css with latest stylelintMark Otto3-7/+7
2017-11-26remove csscomb, it's duplicating work from stylelintMark Otto1-304/+0
2017-11-25move from csslint to stylelintMark Otto56-785/+802
2017-07-04bump versionMark Otto2-2/+2
2017-07-03remove abbr border-bottom styling. fixes #16574.Mark Otto1-7/+0
2017-07-03add .row-no-gutters classMark Otto1-0/+10
fixes #15180, fixes #19107, fixes #9102, fixes #7368
2017-07-03system fontsMark Otto1-2/+2
2016-07-25Update remaining version numbers in source filesChris Rebert2-2/+2
Refs a90341ced2160c2a519a723100e9383a180501d9 Errata for #20357 [ci skip]
2016-07-25Merge pull request #20356 from twbs/revert-18700Chris Rebert2-2/+0
Revert #18700 but discourage using <a>s for disabled pagination items
2016-07-25Revert "Add pointer-events:none to disabled pager/pagination"Chris Rebert2-2/+0
This reverts commit a217db1923a552b53c7a0c005e69c598fbd1a98a. This reverts PR #18700 See the discussion in the comments on that commit. [skip sauce]
2016-07-21Update iOS temporal input types support comment (#20343)Chris Rebert1-1/+1
* <input type="datetime"> no longer exists, per https://github.com/whatwg/html/issues/336 * iOS 9.3.2 still doesn't support <input type="week"> [skip sauce] [skip validator]
2016-07-09Remove forced default focus outlinePatrick H. Lauke1-3/+3
As this causes non-standard dotted outline on checkboxes/radio buttons in OS X Firefox Fixes #19933 Closes #19935 [skip sauce]
2016-06-23Port #20165 to v3Chris Rebert1-1/+1
[skip sauce]
2016-06-01Fix typo in panels.less comment: Collapsable → Collapsible (#20017)Sébastien Santoro1-1/+1
[ci skip]
2016-01-17variables.less: Fix typo in comment for @caret-width-baseChris Rebert1-1/+1
Closes https://github.com/twbs/bootstrap-sass/pull/1005 [ci skip]
2016-01-01Update copyright years to 2016Chris Rebert2-2/+2
[ci skip]
2015-12-27Add pointer-events:none to disabled pager/paginationPatrick H. Lauke2-0/+2
In line with usage of `pointer-events:none` for disabled buttons
2015-12-01button-groups.less: Grammar OCD commentChris Rebert1-1/+1
[ci skip]
2015-11-29Clarifying the commentHenry Wong1-1/+1
Made comment more clear.
2015-11-26Remove whitespacesGeremia Taglialatela1-1/+1
2015-11-24bump versionMark Otto2-2/+2
2015-11-14Ensure proper z-indexing in input-groupsMark Otto1-0/+4
2015-11-14Fix IE9 clickthru of carousel controlsMark Otto1-0/+1
2015-11-14[v3] Use border-radius mixin in button-groups.lessvsn4ik1-4/+2
2015-11-12Follow up to #16975Mark Otto1-3/+3
2015-11-12Merge pull request #16975 from kkirsche/patch-3Mark Otto1-3/+3
Use @carousel-control-font-size for in min-width sm
2015-11-11Update verb tenses to proper tense for feature deprecationsKevin Kirsche2-2/+2
X-Ref: https://github.com/twbs/bootstrap/commit/fce30b57e2fbe750cdebf1794d3917f3176d06ce
2015-11-08Merge pull request #16684 from kkirsche/patch-2Mark Otto1-0/+2
Fix border-radius not being set on 2 corners of vertical btn group
2015-10-10Add missing space in .backface-visibility definition; fixes #17873Chris Rebert1-1/+1
[ci skip]
2015-08-12Use @carousel-control-font-size for in min-width smKevin Kirsche1-3/+3
Fix #16973 As 30px was hard coded for the following attribute values: `width`, `height`, and `font-size`, I have used the same pixel formula for each of these three as the `@carousel-control-width` is a percent value not a pixel value in variables.less
2015-08-04Merge pull request #16785 from studyjan/debug_containerMark Otto1-2/+2
Round paddings of .container & .container-fluid to match .row's margins
2015-08-04fixes #16769: use a clearfix on the .modal-header instead of a min-height to ↵Mark Otto1-1/+1
avoid collapsing when only a dismiss button is available and no .modal-title
2015-08-04Merge pull request #16804 from edwinlin1987/fix/activeDisabledButtonsMark Otto1-4/+1
Show active buttons when form disabled
2015-08-04Merge pull request #16780 from rlindner81/fix/16779Mark Otto1-0/+2
Fixes #16779: Add padding to jumbotron with outer container