aboutsummaryrefslogtreecommitdiff
path: root/site/content/docs/5.0/getting-started
AgeCommit message (Collapse)AuthorFilesLines
2020-11-14Add `bs` in data attributesRohit Sharma1-4/+4
- Add `bs` in data APIs everywhere - Update unit tests
2020-11-12Fix caniuse.com URLS to prevent redirects (#32135)Christian Oliff1-1/+1
Shorter URLS which are faster as they avoid HTTP redirects
2020-11-11browsers-devices: add `chomp` (#32116)XhmikosR1-1/+1
This is to remove any trailing newlines in the `.browserslistrc` shortcode
2020-11-10Clarify JS bundle docs one more time (#32105)Mark Otto1-2/+2
Co-authored-by: XhmikosR <[email protected]>
2020-11-08Partially revert "Move this to a partial to work around the stray `p` ↵XhmikosR1-1/+15
issue." (#32076) This partially reverts commit 23ddfa99a33c81916666326e0cfd2582dacfca44.
2020-11-08download.md: link to JS files comparison too (#32087)XhmikosR1-1/+1
2020-11-05Drop Legacy Edge support.XhmikosR1-1/+1
This allows us to move forward without being held back. Microsoft already replaces the Legacy Edge with the new one on supported Windows versions.
2020-10-31Update instances of .font-weight to .fwMark Otto1-12/+12
2020-10-30Fix redirects (#32015)XhmikosR1-1/+1
2020-10-22Move `href` attribute first (#31835)XhmikosR2-3/+3
2020-10-19Small typo - remove the unnecessary "the" (#31932)Patrick H. Lauke1-1/+1
2020-10-19docs: switch to fenced codeblocks (#31806)XhmikosR6-76/+76
2020-10-19Apply smooth-scroll when `prefers-reduced-motion: no-preference` (#31877)Gaël Poupard1-0/+2
* feat(reboot): apply smooth-scroll when not prefers-reduced-motion * docs(migration): mention scroll-behavior in alpha3 * docs(accessibility): mention scroll-behavior in reduced motion section * docs(accessibility): rewording smooth scroll sentence * feat(variable): introduce enable-smooth-scroll variable * docs(accessibility): reword smooth-scroll sentence Co-authored-by: XhmikosR <[email protected]>
2020-10-19Slow down spinners when `prefers-reduced-motion: reduce` (#31882)Gaël Poupard1-1/+1
* feature(spinners): slow down spinners when prefers-reduced-motion * docs(spinners): add reduced motion callout and mention slowing down in accessibility page * Update spinners.md * docs(accessibility): rewording Co-authored-by: XhmikosR <[email protected]> Co-authored-by: Patrick H. Lauke <[email protected]>
2020-10-19docs: switch to suggesting jsDelivr as a CDN (#31894)XhmikosR2-4/+4
2020-10-13Revert "Improve callout shortcode. (#31802)" (#31871)XhmikosR2-10/+10
This reverts commit 5c6925385ee926a749ead6a4f2ebbfc64e701f36.
2020-10-12Improve callout shortcode. (#31802)XhmikosR2-10/+10
Remove the `markdownify` call, and instead rely on Hugo's proper syntax; `{{% callout %}}` when we want to the content to be processed as Markdown. This allows for stuff like: {{% callout info %}} ##### I'm an info callout! ```css .foo { color: #fff; } ``` {{< example >}} <div class="alert alert-warning alert-dismissible fade show" role="alert"> <strong>Holy guacamole!</strong> You should check in on some of those fields below. <button type="button" class="btn-close" data-dismiss="alert" aria-label="Close"></button> </div> {{< /example >}} {{% /callout %}}
2020-09-30webpack.md: Replace "both of them" with "it" (#31794)Justin1-1/+1
:tada: Yay! I helped! Co-authored-by: XhmikosR <[email protected]>
2020-09-18Update webpack.mdXhmikosR1-11/+21
Format snippets
2020-09-18Update webpack.mdMatthew Orahood1-4/+6
potcss-loader now uses the `postcssOptions` key. https://www.npmjs.com/package/postcss-loader
2020-09-17docs: fix a few redirects (#31689)XhmikosR2-2/+2
* Fix GitHub's permanent redirects * Fix a11yproject redirects * Update postcss-loader repo URL to the current one
2020-09-15Rewrite quick start JS sections in getting started page so things are more ↵Mark Otto1-5/+17
clearly organized
2020-09-15Update site/content/docs/5.0/getting-started/download.mdXhmikosR1-1/+1
Co-authored-by: Mark Otto <[email protected]>
2020-09-15docs: mention our bundle file clearly.XhmikosR2-5/+13
Note that we are using the bundle file already in our docs since 787441d.
2020-09-04docs(build tools): mention how to get the sources (#31590)Gaël Poupard1-1/+2
2020-07-03Rename `sr-only`/`sr-only-focusable` (#31139)Patrick H. Lauke1-4/+4
* Rename `sr-only`/`sr-only-focusable` To be more representative of the fact that these are not necessarily "screen reader" specific, but actually apply to assistive technologies in general (and also things like Alexa/Siri/etc). Goes hand-in-hand with #31133 Co-authored-by: XhmikosR <[email protected]>
2020-07-01Fix generated example code for RFS (#31213)Sascha Nuissl1-1/+1
Co-authored-by: Martijn Cuppens <[email protected]>
2020-06-19Updated the command to install using yarn (#31075)Mattonit1-1/+1
* updated yarn command to install latest version * Update README.md Co-authored-by: XhmikosR <[email protected]>
2020-06-19Change whitelist to allowlist (#31066)Patrick H. Lauke1-7/+7
Co-authored-by: XhmikosR <[email protected]> Co-authored-by: Mark Otto <[email protected]>
2020-06-18Fix Stack Overflow tag (#31062)Christian Studer1-1/+1
2020-06-17Add oxford commasMark Otto1-2/+2
2020-06-17Docs: tweak accessibility sectionPatrick H. Lauke1-5/+7
- point to WCAG 2.1 rather than 2.0 - soften/expand the language around color contrast, since the situation has definitely improved in v5 but we still can't guarantee all possible permutations of colors/opacities/etc - minor language/stylistic tweaks - add further resources
2020-06-16Prepare docs for v5.getbootstrap.comXhmikosR1-1/+1
* use v5.getbootstrap.com as the site URL/CNAME * block robots from crawling * specify next npm tag
2020-05-13Bump version to 5.0.0-alpha1 (#29925)XhmikosR10-0/+1093
Also add v4.5.0 in versions and keep README.md pointing to v4.5.0 so that there are no broken stuff.