Commit Graph

61 Commits

Author SHA1 Message Date
XhmikosR ee574b76a7 Switch to lowercase `doctype`. (#24217)
Having it uppercase doesn't offer anything and the lowercase version slightly improves gzip compression.
2017-10-03 19:34:59 +03:00
Mark Otto 976595bd1d Require quick start to be more explicit about CSS and JS 2017-10-02 21:40:17 -07:00
Mark Otto e626277c73 Merge branch 'dropdown-caret' of https://github.com/pat270/bootstrap into v4-dev 2017-10-02 20:51:14 -07:00
Mark Otto cd8fd1d2bc change away from vars 2017-10-02 20:44:23 -07:00
Mark Otto cf639df5c4 add components section, remove todos 2017-10-02 20:44:23 -07:00
Mark Otto 3d0b07cb68 functions aww yeah 2017-10-02 20:44:23 -07:00
Mark Otto 9db52f9a47 add new thing to a map 2017-10-02 20:44:23 -07:00
Mark Otto 04298fcd10 quote those to match source code 2017-10-02 20:44:23 -07:00
Mark Otto 201303a9d9 nuke the options page, add redirect from it to new theming page 2017-10-02 20:44:23 -07:00
Mark Otto bdba863e83 bring over colors section 2017-10-02 20:44:23 -07:00
Mark Otto f0c82ab4ec port over variable options list 2017-10-02 20:44:23 -07:00
Mark Otto af28d55541 port latest from options for default vars 2017-10-02 20:44:23 -07:00
Mark Otto 00a0a4debd Stub out new Theming page 2017-10-02 20:44:23 -07:00
XhmikosR 44dcc8d719 Make Node.js 6 the minimum version.
Also, be consistent with Node.js' name.
2017-10-01 12:01:27 -07:00
Mark Otto e471ea0617 Updates to customizing variables docs (#24186)
* Variable overrides within the same Sass file can come before or after the default value, but across files they must come first.
* Removed the double :: at the end of the paragraph.
* Fixed usage of overwrite when we mean override.
2017-10-01 09:57:50 +03:00
Moris Zen Pasic 4cfe228151 Changed hex values to follow bootstrap coding guidelines 2017-09-27 09:36:42 +02:00
Moris Zen Pasic bc2db58b73 Added examples to the existing docs change for more clarity 2017-09-27 09:36:42 +02:00
Moris Zen Pasic d66f47d099 Making the customization option docs cleared about variable overrides with !default flag 2017-09-27 09:36:42 +02:00
XhmikosR f17443748d Move Autoprefixer's config in package.json.
This is so other plugins can use it too.
2017-09-26 17:16:27 +03:00
XhmikosR 92d3536306 Mention that dropdowns depend on popper.js too. 2017-09-26 17:04:45 +03:00
XhmikosR 7e6374db92 Minor Markdown consistency changes. 2017-09-26 17:04:45 +03:00
XhmikosR 31c8721913 Normalize all links. (#24109)
* use a trailing slash when possible
* use https when possible
* remove a few redirected links
* consistently use `https://popper.js.org/`
* fix `iconUrl` in nuget files
* change Jekyll Windows guide to the official one
2017-09-26 15:24:14 +03:00
XhmikosR 388356acdf docs: fix syntax highlighting for shell scripts. (#24103)
Switch all instances to `sh` but keep `bash` so that things won't break either way.
2017-09-26 12:30:58 +03:00
vsn4ik 5da8ff61ad Use CSS3 pseudo elements in documentation 2017-09-09 17:01:48 -07:00
Herst 02c7eae47e Don't create empty columns in documentation 2017-09-09 17:00:24 -07:00
vsn4ik fbd1f52f89 Use site.repo in docs 2017-09-05 21:00:40 -07:00
Mark Otto 88eca66a34 add title to starter template code snippet 2017-09-05 20:42:16 -07:00
Morva Kristóf d8881c2f97 Removing extra bracket in introduction docs. (#23791) 2017-09-04 15:39:00 -07:00
Tanguy Krotoff c770e68836 Drop Bower support (#23568) 2017-09-04 15:29:05 -07:00
XhmikosR 1b95964291 browsers-devices.md: fix typo. (#23495) 2017-08-16 18:52:24 +03:00
Cory Becker 2564ee98a6 Remove apostrophe 2017-08-14 13:59:40 -07:00
Patrick Yeo ea854233b7 v4 docs Add description for global variable `$enable-caret` 2017-08-14 09:28:16 -07:00
Steven Black 716e1247bf “Sass” is standard in text and headings. (#23328) 2017-08-11 18:50:03 +03:00
Chirag Modi 6a5a38106a Fix broken links in doc (#23324) 2017-08-11 17:40:41 +03:00
XhmikosR f8e89c52b5 Fix JavaScript case and a typo. (#23320) 2017-08-11 16:50:08 +03:00
Jan Karlo Dela Cruz 537b5f0127 Fix broken links in documentation. (#23315) 2017-08-11 16:26:51 +03:00
béla 06044d5f82 Update Rubygems version. (#23289) 2017-08-11 13:54:24 +03:00
Christian Oliff b5f89d5672 Remove the Internet Explorer 10 for Windows Phone 8 workaround (#23122)
I suggest that there's no longer a need to include the section on workaround for the IE10 bug on Windows Phone 8. Not only was this bug patched in a later release of Windows Phone 8 (which shipped in 2013), but Windows Phone 8's support ended a long time ago - even its successor Windows Phone 8.1 is no longer supported by Microsoft. The potential audience affected by this bug is likely microscopic so I suggest it can be safely removed. 

I suggest the workaround JS (http://getbootstrap.com/assets/js/ie10-viewport-bug-workaround.js) can also be safely removed from the docs and examples but I haven't done that in this PR.
2017-08-10 23:06:15 -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
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
汪磊 3619586c16 Update accessibility.md 2017-07-30 13:58:52 -07:00
Mark Otto 4554d74221 update redirect_from on docs pages 2017-06-30 15:04:10 -07:00
Mark Otto 7cebaa8bb0 callout for future sass implementation
[skip ci]
2017-06-30 08:55:16 -07:00
Mark Otto 964e06800a Drop the old $gray- variables for the new color range 2017-06-29 23:15:27 -07:00
Mark Otto 2f1bcaafa2 Merge branch 'v4-dev' into colors-redux 2017-06-25 18:42:14 -07:00
Mark Otto a0fb496635 update rendering of colors in options.md 2017-06-25 18:12:50 -07:00
Sibiraj d9920317f3 Writing style Tweaks to accessibility.md
* fix accessibility.md

* Update accessibility.md
2017-06-21 13:02:24 +02:00