| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2017-12-27 | extra space | Mark Otto | 1 | -1/+0 | |
| 2017-12-27 | closes #24929 | Mark Otto | 1 | -2/+2 | |
| 2017-12-27 | improve docs tables | Mark Otto | 2 | -4/+4 | |
| 2017-12-26 | Move from h4s and misc to h5s so headings from example snippets don't show ↵ | Mark Otto | 1 | -1/+1 | |
| in our table of contents | |||||
| 2017-12-16 | Link to BootstrapCDN and fix its name. (#24987) | XhmikosR | 2 | -4/+4 | |
| 2017-11-24 | fixes #24728 | Mark Otto | 1 | -1/+12 | |
| 2017-11-16 | Fix installing deps in our webpack docs | Johann-S | 1 | -1/+1 | |
| 2017-11-15 | Use UMD and fix build to properly load deps (#24783) | Federico Zivolo | 1 | -19/+3 | |
| 2017-11-06 | descriptive docs variable naming (#24521) | m5o | 1 | -2/+2 | |
| * 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 | getting-started.md: Redirect from `/getting-started/` too. (#24669) | XhmikosR | 1 | -2/+3 | |
| 2017-11-03 | Highlight snippet as CSS. | XhmikosR | 1 | -1/+1 | |
| 2017-11-03 | getting-started/introduction.md: move title below the retired meta tags. | XhmikosR | 1 | -1/+2 | |
| 2017-11-03 | Update our Webpack documentation for Webpack 3 (#24656) | Johann-S | 1 | -3/+17 | |
| 2017-10-30 | Minor Markdown consistency cleanup. (#24605) | XhmikosR | 2 | -0/+3 | |
| 2017-10-30 | redesign these tables, fix headings, add intro paragraphs | Mark Otto | 1 | -34/+38 | |
| 2017-10-30 | Add missing trailing slashes to URLs in docs | Giovanni Totaro | 1 | -1/+1 | |
| 2017-10-30 | Explain contents of bundled JS files in docs (#23735) | Giovanni Totaro | 1 | -1/+31 | |
| 2017-10-20 | Be consistent with "JS"/"JavaScript". (#24457) | XhmikosR | 1 | -1/+1 | |
| 2017-10-19 | new current_ruby-version var | Mark Otto | 1 | -2/+2 | |
| 2017-10-19 | update getting started docs too | Mark Otto | 1 | -2/+2 | |
| 2017-10-19 | spelling changes to theming.md (#24444) | Gijs Boddeus | 1 | -4/+4 | |
| 2017-10-19 | Fix a few 404 and one redirected link. (#24432) | XhmikosR | 2 | -2/+2 | |
| 2017-10-17 | document color-yiq function | Mark Otto | 1 | -0/+30 | |
| 2017-10-16 | Mention bootstrap bundle in docs. (#24385) | XhmikosR | 1 | -0/+2 | |
| 2017-10-16 | Update build-tools.md (#24378) | XhmikosR | 1 | -3/+5 | |
| 2017-10-13 | Describe compiled CSS (#24271) | Lucas Banegas | 2 | -2/+56 | |
| 2017-10-13 | Update colors in _data and theming.md to match _variables.scss (#24355) | Jesse Mandel | 1 | -4/+6 | |
| 2017-10-03 | Switch to lowercase `doctype`. (#24217) | XhmikosR | 1 | -2/+2 | |
| Having it uppercase doesn't offer anything and the lowercase version slightly improves gzip compression. | |||||
| 2017-10-02 | Require quick start to be more explicit about CSS and JS | Mark Otto | 1 | -2/+23 | |
| 2017-10-02 | Merge branch 'dropdown-caret' of https://github.com/pat270/bootstrap into v4-dev | Mark Otto | 1 | -0/+1 | |
| 2017-10-02 | change away from vars | Mark Otto | 1 | -2/+2 | |
| 2017-10-02 | add components section, remove todos | Mark Otto | 1 | -8/+39 | |
| 2017-10-02 | functions aww yeah | Mark Otto | 1 | -2/+45 | |
| 2017-10-02 | add new thing to a map | Mark Otto | 1 | -3/+7 | |
| 2017-10-02 | quote those to match source code | Mark Otto | 1 | -13/+13 | |
| 2017-10-02 | nuke the options page, add redirect from it to new theming page | Mark Otto | 2 | -121/+1 | |
| 2017-10-02 | bring over colors section | Mark Otto | 1 | -1/+77 | |
| 2017-10-02 | port over variable options list | Mark Otto | 1 | -3/+14 | |
| 2017-10-02 | port latest from options for default vars | Mark Otto | 1 | -5/+11 | |
| 2017-10-02 | Stub out new Theming page | Mark Otto | 1 | -0/+114 | |
| 2017-10-01 | Make Node.js 6 the minimum version. | XhmikosR | 3 | -3/+3 | |
| Also, be consistent with Node.js' name. | |||||
| 2017-10-01 | Updates to customizing variables docs (#24186) | Mark Otto | 1 | -4/+8 | |
| * 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-09-27 | Changed hex values to follow bootstrap coding guidelines | Moris Zen Pasic | 1 | -2/+2 | |
| 2017-09-27 | Added examples to the existing docs change for more clarity | Moris Zen Pasic | 1 | -5/+7 | |
| 2017-09-27 | Making the customization option docs cleared about variable overrides with ↵ | Moris Zen Pasic | 1 | -1/+1 | |
| !default flag | |||||
| 2017-09-26 | Move Autoprefixer's config in package.json. | XhmikosR | 1 | -1/+1 | |
| This is so other plugins can use it too. | |||||
| 2017-09-26 | Mention that dropdowns depend on popper.js too. | XhmikosR | 1 | -1/+1 | |
| 2017-09-26 | Minor Markdown consistency changes. | XhmikosR | 3 | -0/+3 | |
| 2017-09-26 | Normalize all links. (#24109) | XhmikosR | 5 | -7/+7 | |
| * 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 | docs: fix syntax highlighting for shell scripts. (#24103) | XhmikosR | 1 | -3/+3 | |
| Switch all instances to `sh` but keep `bash` so that things won't break either way. | |||||
