Commit Graph

19163 Commits

Author SHA1 Message Date
Morgan Stone b76357d57d Reduce number of spacing rules (#23208)
* reduce # of spacing rules by combining x & y with t r b l

* Remove unnecessary spaces
2017-08-10 22:58:12 -07:00
Johann-S 7b0a0b246c Add a README.md badge to track our dependencies and require jQuery >=3.0.0. (#23125) 2017-08-10 22:57:05 -07:00
Patrick Yeo e25b11d433 v4 docs Input Group Sizing section should display `.input-group-sm` (#23151) 2017-08-10 22:56:32 -07:00
Pascal Pixel 4634b39a1b Emoji Defaults (#22565) 2017-08-10 22:51:42 -07:00
Dave Poole 120a14237e remove unnecessary line-height 2017-08-10 22:50:59 -07:00
Dave Poole 36a21f355c remove comments, align-items, and unnecessary height 2017-08-10 22:50:59 -07:00
Dave 1ab4f57af4 Fixes PropertySortOrder errors 2017-08-10 22:50:59 -07:00
Dave ad84eeb6e9 Fixes hound code style/standards 2017-08-10 22:50:59 -07:00
Dave 2a2231d55b Update progress.md to reflect setting height on .progress 2017-08-10 22:50:59 -07:00
Dave c2c06bc581 _progress.scss: makes bars 100% height, centers labels horizontally & vertically 2017-08-10 22:50:59 -07:00
CarloMartini 0bb9fd2082 Update modal.md
Removed a duplicate explanation.
2017-08-10 22:49:15 -07:00
envolute eeb1ccab9b Change border class
The class ".border" (css/utilities/_borders.scss) is set the border-color to "$gray-200".
So I see that it would be nice to create a variable for the border color "$border-color". Because the default border should not always be "gray-200".
Another thing, there is a "$border-width" variable. Would not it be better to use this variable to set the default width of the border?
2017-08-10 22:48:26 -07:00
envolute 0c3ed5d3f0 Add "$border-color" variable 2017-08-10 22:48:26 -07:00
Mark Otto 79fcb527bf Add SF Mono to the monospace font stack 2017-08-10 22:47:54 -07:00
Patrick Yeo 056e5594ef Only add CSS transitions on Buttons for background-color, border-color, and box-shadow 2017-08-10 22:47:18 -07:00
Mark Otto 365c9753f8 Ensure alignment of modal dismiss when no .modal-title is present 2017-08-10 22:45:48 -07:00
Dillon Chanis 9706ce72c9 Add clear description and use case with example 2017-08-10 22:45:35 -07:00
Dillon Chanis b1b8aedf0e Add use case description and example 2017-08-10 22:45:35 -07:00
Mark Otto d23813988a Add examples of forms in dropdown menus 2017-08-10 22:44:57 -07:00
Mark Otto 09019a8ecd Set explicit text-align on <body> element so we can use inherit to override the default <th> text-align value 2017-08-10 22:43:50 -07:00
Mark Otto caa7117e23 Update javascript.md 2017-08-10 22:42:23 -07:00
Varunram 5538967381 Add event.preventDefault documentation to javascript.md 2017-08-10 22:42:23 -07:00
Nathan Woltman f95282c27e Fix border on input group elements and custom form inputs
c3e4cbd changed the border of input elements to be translucent. This commit makes
input group elements and custom form inputs follow the same pattern.
2017-08-10 22:41:21 -07:00
Mark Otto 1846ab34f6 300, not light 2017-08-10 22:40:02 -07:00
Mark Otto 1e38b45980 Add $font-weight-light var 2017-08-10 22:40:02 -07:00
Mark Otto ed4f5778a9 Add .font-weight-light class, add !important to the classes 2017-08-10 22:40:02 -07:00
Mark Otto db3dcb7c66 Mention util.js on all JS plugin pages (#22955)
Fixes #20660
2017-08-10 22:38:45 -07:00
Mark Otto 006590ed9a Remove broken CSS that tried to reset the absolute positioning when there was no text 2017-08-10 22:36:35 -07:00
Mark Otto 3fbdedbf22 Add basic property-value utils for position 2017-08-10 22:35:38 -07:00
Mark Otto 35f80bb12e bump to beta 2017-08-10 20:56:35 -07:00
Mark Otto 17232b2db4 docs dist 2017-08-10 20:49:00 -07:00
Mark Otto 0356a1417a Merge branch 'new-home' into v4-dev 2017-08-10 20:46:25 -07:00
Mark Otto 39d53b09ff Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev 2017-08-10 20:44:17 -07:00
Mark Otto 7a5dd0d1ce dist 2017-08-10 20:43:53 -07:00
Jonathan 94e860c557 Dropped .radio-inline and .checkbox-inline
Dropped `.radio-inline` and `.checkbox-inline`.
2017-08-10 20:42:55 -07:00
Mark Otto 8c8f7761d0 package-lock update 2017-08-10 20:42:11 -07:00
XhmikosR f2304e74bd Update devDependencies. (#23264) 2017-08-10 05:41:05 +03:00
Mark Otto 72ddc091dd move to div for block level 2017-08-09 08:34:28 -07:00
Mark Otto cf3bfa04ef replacement fix for #23257 without old history 2017-08-09 08:34:28 -07:00
Mark Otto 209a963539 remove commented out code while here 2017-08-09 08:32:14 -07:00
Mark Otto 4e07146624 rewrite parts of download page 2017-08-09 08:32:14 -07:00
Mark Otto ba7d921732 clarify optional js, add some links, emphasize some text 2017-08-09 08:32:14 -07:00
Mark Otto b21fc944b4 Move from dependencies to peerDependencies 2017-08-09 08:32:14 -07:00
XhmikosR 0cb7a1687c Fix sourcemaps for node-sass too.
Specify `--source-map-contents true` for node-sass and `source-map-inline-sources` for clean-css.

Without this, the sourcemaps weren't found.
2017-08-09 08:31:25 -07:00
XhmikosR fd113b93f6 Fix flex order generated code and a typo. 2017-08-09 08:29:52 -07:00
lucascono 9aff890efa Merge branch 'v4-dev' of https://github.com/lucascono/bootstrap into v4-dev 2017-08-08 08:26:55 -03:00
lucascono 29b2383da6 Merge remote-tracking branch 'twbs/v4-dev' into v4-dev 2017-08-08 08:22:32 -03:00
lucascono 08b89972c5 Fix the min breakpoint in media-breakpoint-between 2017-08-08 00:07:42 -07:00
Mark Otto 2f6f0c0fb5 Merge branch 'v4-dev' into new-home 2017-08-07 22:07:16 -07:00
Mark Otto 2cd2301e7a Add .bg-white and .border-white 2017-08-07 22:06:53 -07:00