aboutsummaryrefslogtreecommitdiff
path: root/site/content/docs/4.3/getting-started
AgeCommit message (Collapse)AuthorFilesLines
2019-08-01Update javascript.mdXhmikosR1-2/+2
2019-08-01add callout about jquery eventsJohann-S1-0/+13
2019-07-29remove underscore for static methodsJohann-S1-2/+2
2019-07-29docs: Move trailing URL slashes to the variables.XhmikosR1-2/+2
2019-07-26Remove `$enable-hover-media-query`Martijn Cuppens1-1/+0
2019-07-25Drop `color()`, `theme-color()` & `gray()` functions (#29083)Martijn Cuppens1-34/+18
Drop `color()`, `theme-color()` & `gray()` functions in favor of variables. The functions just called a `map-get()` of a map where just the variables were defined. Also the `theme-color-level()` now accepts any color you want instead of only `$theme-colors` colors. The first value now is a variable instead of the `$theme-colors` key.
2019-07-22Add utilities documentationMartijn Cuppens1-0/+10
2019-07-22Add bootstrap-utilities.scssjulian-hecker1-0/+4
2019-07-20Fix Typos across Bootstrap repository (#29082)Kitten King1-1/+1
2019-07-19Use escape-svg() function (#29077)Martijn Cuppens1-1/+5
* Use escape-svg() function * Update theming.md
2019-07-14Drop breakpoint CSS custom properties (#29020)Mark Otto1-27/+0
Media queries do not support CSS custom properties (CSS variables), so we've had some useless variables lying around since shipping v4. This finally removes them and the associated documentation content that explained the situation. Fixes #29012.
2019-07-12v5: Forms update (#28450)Mark Otto3-57/+92
* Initial spike of consolidated form checks * Stub out forms rearrangement - Prepping to drop non-custom file and range inputs - Prepping to merge custom and native checks and radios (with switches) - Prepping to merge custom select with form select - Moving docs arround so forms has it's own area given volume of CSS * Move input group Sass file to forms subdir * Start to split and move the docs around * Simpler imports * Copyediting * delete overview file * Remove commented out code * remove the custom-forms import * rewrite flex-check as form-check, replace all custom properties * Remove old forms doc * stub out new subpage link section * update migration guide * Update nav, forms overview in page nav, and descriptions * fix check bg position * fix margin-top calculation * rename .custom-select to .form-select * Update validation styles for new checks * add some vertical margin, fix inline checks * fix docs examples * better way to do this contents stuff, redo the toc while i'm at it * page restyle for docs while here * un-callout that, edit text * redo padding on toc * fix toc * start to cleanup checks docs * Rewrite Markdown tables into HTML * Redesign tables, redo their docs * Replace Open Iconic icons with custom Bootstrap icons * Redesign the docs navbar, add a subheader, redo the sidebar * Redesign docs homepage a bit * Simplify table style overrides for docs tables * Simplify docs typography for page titles and reading line length * Stub out icons page * Part of sidebar update, remove migration from nav.yml * Move toc CSS to separate partial * Change appearance of overview page * fix sidebar arrow direction * Add footer to docs layout * Update descriptions * Drop the .form-group class for margin utilities * Remove lingering form-group-margin-bottom var * improve footer spacing * add headings to range page * uncomment form range css * Rename .custom-range to .form-range * Drop unused docs var * Uncomment the comment * Remove unused variable * Fix radio image sizing * Reboot update: reset horizontal ul and ol padding * de-dupe IDs * tweak toc styles * nvm, fix dropdown versions stuff * remove sidebar nav toggle for now * broken html * fix more broken html, move css * scss linting * comment out broken helper docs * scope styles * scope styles * Fixes #25540 and fixes #26407 for v5 only * Update sidebar once more * Match new sidenav order * fix syntax error * Rename custom-file to form-file, update paths, update migration docs for previous changes in #28696 * rename back * fix size and alignment * rename that back too
2019-06-18Typo fix (#28920)Martijn Cuppens1-1/+1
2019-05-20`.sr-only` & `.sr-only-focusable` tweaks (#28720)Martijn Cuppens1-2/+2
* Prevent .sr-only-focusable overriding properties when being focused * Typo
2019-05-16Update Yarn package link to link to the Bootstrap package (#28781)Christian Oliff1-1/+1
I think it makes more sense to link to the Bootstrap package on Yarn here (like the package link for NPM above)
2019-05-16remove jquery references in browsers-devices docsJohann-S1-22/+0
2019-05-14remove jquery references from javascript.md docsJohann-S1-33/+24
2019-05-09v5: Drop all print styles and classes (#28339)Mark Otto2-15/+0
2019-05-08Remove hover mixin documentationMartijn Cuppens1-6/+0
2019-04-15change how bootstrap can be imported in bundlersJohann-S1-5/+6
2019-03-18Revert "Remove Internet Explorer leftovers."XhmikosR1-3/+3
This reverts commit 089e3334a710ae5fddea3ec5bb1a83a8f786196c.
2019-03-18Revert "Add information about IE 11 compatibility."XhmikosR1-37/+0
This reverts commit 1da5b9f76a05feae2663316247937aabda91d487.
2019-03-13browsers-devices.md: escape what we read.XhmikosR1-1/+1
2019-03-13Add a docsref shortcode.XhmikosR6-19/+19
This allows for the build to fail if a reference isn't found.
2019-03-13Move this to a partial to work around the stray `p` issue.XhmikosR1-14/+1
2019-03-13Work around the docs/ redirects.XhmikosR1-2/+0
This happens because we have the section kind enabled (needed for examples).
2019-03-13browsers-devices.md: Read .browserslistrc instead of duplicating the content.XhmikosR1-12/+1
2019-03-13Switch to Hugo.XhmikosR10-0/+1514
No more Ruby dependency and most important more than 10 times less build time (at least on Windows)!