0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-29 11:24:18 +01:00
Commit Graph

298 Commits

Author SHA1 Message Date
Mark Otto
6d8d8639f3 dist 2018-01-11 22:42:40 -08:00
XhmikosR
80d0943b95 Comply to the new rules. 2018-01-11 18:48:46 +02:00
XhmikosR
6d336502c7 Clean up and tweak ESLint rules.
Also, refactor ESLint and stylelint config files; now everything will work from our root dir.
2018-01-11 18:48:46 +02:00
Mark Otto
34cd2038d2 dist 2018-01-03 16:03:22 -08:00
Mark Otto
e3e4d0389d dist 2018-01-02 21:19:29 -08:00
Mark Otto
dccd0037d8 improve additive/subtractive border util docs 2018-01-01 20:51:20 -08:00
Mark Otto
44eebe40de dist 2018-01-01 20:29:19 -08:00
Martijn Cuppens
bee859cc9c docs: Fix overflow issue in IE. (#25142) 2017-12-31 14:45:26 +02:00
Mark Otto
d08eb55dc9 dist 2017-12-30 21:34:23 -08:00
Mark Otto
5b8eaffc12 dist 2017-12-30 19:41:36 -08:00
XhmikosR
e0e9bc8b58
Move inline JS outside of HTML. (#25140) 2017-12-31 02:11:59 +02:00
XhmikosR
45b649f99d application.js: make the clipboard button selector more restrictive. 2017-12-31 01:42:19 +02:00
Mark Otto
8ffbb74e81
Remove margin-bottom on .bd-example (#25048) 2017-12-28 10:47:34 -08:00
Mark Otto
ced70da441 Update version to 4.0.0-beta.3 2017-12-28 09:50:04 -08:00
Mark Otto
e0fe88659c npm dist 2017-12-27 21:08:51 -08:00
Mark Otto
c0129f8c2a dist 2017-12-27 16:30:18 -08:00
Mark Otto
8ae78b6820 dist 2017-12-27 16:20:10 -08:00
Mark Otto
42e881f590 improve docs tables 2017-12-27 13:40:51 -08:00
Mark Otto
6fd11a6169 dist 2017-12-26 22:28:04 -08:00
Mark Otto
572193524f remove popover static example 2017-12-26 21:50:23 -08:00
Mark Otto
be6fbf5387 dist 2017-12-26 13:50:15 -08:00
Mark Otto
90d492bc4a dist 2017-12-26 13:33:29 -08:00
Mark Otto
234a894a0b dist 2017-12-26 13:31:42 -08:00
Mark Otto
5621c800aa dist 2017-12-22 17:15:46 -08:00
Mark Otto
0a420124ea
Restyle code element, remove docs example overflow, improve docs examples (#25054)
* Restyle code element, clean up variables

- Removes the padding and background-color
- Changes the color to a brand color ()
- Add new variables to kbd element styles to account for removing the code ones
- Remove overrides that were needed previously

* only break between words, and override it in the pre

* make file inputs 100% wide

* scope custom file changes in input group for sizing

* shorter button labels for responsive

* narrower cards

* button was too wide

* downsize

* fewer links in pagination

* redo cell text

* improve overflow docs
2017-12-22 16:49:57 -08:00
Mark Otto
935d45f461 dist 2017-12-22 16:21:54 -08:00
Mark Otto
eaaad9574c dist 2017-12-16 17:37:44 -08:00
XhmikosR
af34799eda
Remove page reload in pwa.js. (#24923) 2017-12-05 13:21:16 +02:00
Patrick H. Lauke
05d88ca285 Fix docs horizontal scrollbar (#24878)
* Fix docs horizontal scrollbar in Components > Modal

* Add overflow to docs example class

* Drop the handleUpdate() variant

While I understand the variant covers the "get a particular plugin instance" case from http://getbootstrap.com/docs/4.0/getting-started/javascript/#programmatic-api it seems weird that we do it here but not everywhere else in the docs (randomly checking other pages, we seem to stick to the documented methods as written on those pages). As this isn't properly explained as is, and as it adds nothing (more of a preference for authors), it would be easier to just drop the variant and stick with the documented method as outlined later on in the same page (avoids having to go off on a "why should you use this instead of that" tangent here).
2017-11-27 11:23:05 -08:00
XhmikosR
544b3ee954
Remove unused CSS. (#24872) 2017-11-25 22:01:10 +02:00
XhmikosR
e29398ee20 Remove unused file and bundle ie-emulation-modes-warning.js with docs.min.js (#24825)
* Remove the unused assets/js/ie10-viewport-bug-workaround.js.

* Combine ie-emulation-modes-warning.js with docs.min.js.
2017-11-19 13:30:10 +01:00
XhmikosR
0ff7231faa
Update popper.js to v1.12.9. (#24797) 2017-11-16 12:53:11 +02:00
Mark Otto
b42a38b886 dist 2017-11-06 22:24:24 -06:00
m5o
09ae92a0a0 descriptive docs variable naming (#24521)
* 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-06 14:21:03 -08:00
Mark Otto
ff4f5d4461 dist 2017-11-06 12:44:57 -08:00
Mark Otto
fceffd16c0 dist 2017-10-29 11:46:16 -07:00
XhmikosR
0d02addc5c
Remove the now unused _data/core-team.yml and the relevant scss. (#24593) 2017-10-29 17:55:28 +02:00
XhmikosR
0d71a8a738 Update popper.js to v1.12.6 and package-lock.json. (#24512) 2017-10-23 10:21:38 +03:00
Mark Otto
a79e0f9c78 dist 2017-10-22 19:40:05 -07:00
XhmikosR
52d99a887e Refactor a few selectors. (#24404)
1. move a couple of them before the more specific ones.
2. change nesting to be under the same parent selector
3. use the ampersand more
2017-10-23 00:17:28 +03:00
XhmikosR
29d58fb758 Enable stylelint's function-comma-space-after. (#24501)
The option is set to `always-single-line` in stylelint-config-standard which we extend.
2017-10-23 00:00:00 +03:00
Mark Otto
1b76b3cf2f dist 2017-10-22 12:26:15 -07:00
Gijs Boddeus
b21c822e50 Change max-height to height in documentation sidebars (#24446)
If the content of the page does not extend the full viewport height, the sidebars were shortened.
2017-10-20 10:12:38 +03:00
Mark Otto
80c909c99c dist 2017-10-18 09:29:05 -07:00
Mark Otto
e953d195f2 Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev 2017-10-17 18:29:55 -07:00
Mark Otto
8a98bfd8c9 Merge branch 'yiq-function-update' of https://github.com/gijsbotje/bootstrap into v4-dev 2017-10-17 17:29:15 -07:00
m5o
77e975afb2 remove unused docs color variables (#24406) 2017-10-18 01:45:52 +03:00
Mark Otto
7ce2b03b1a dist 2017-10-15 15:51:44 -07:00
Gijs Boddeus
98778164e0 Merge branch 'v4-dev' into yiq-function-update 2017-10-15 11:55:02 +02:00
XhmikosR
ebc82db8ef Enable stylelint's no-duplicate-selectors rule. 2017-10-07 00:11:40 +03:00