aboutsummaryrefslogtreecommitdiff
path: root/site/content/docs/5.0/getting-started
AgeCommit message (Collapse)AuthorFilesLines
2021-08-04Prepare v5.1.0. (#34674)v5.1.0XhmikosR12-1478/+0
2021-07-27Rename Build Tools page to Contribute (#34578)Mark Otto2-6/+7
Co-authored-by: XhmikosR <[email protected]>
2021-06-15fix error in javascript example under Asynchronous functions and transitions ↵Matt Dufresne1-1/+1
section
2021-05-21Replace freenode with libera IRC server (#34050)midzer1-1/+1
2021-05-10docs: fix rtlcss stringmap configuration (#33915)alpadev1-2/+2
2021-05-05Release v5.0.0 (#33647)v5.0.0XhmikosR1-2/+2
* Bump version to 5.0.0 * Fix npm tag * Dist
2021-05-01Docs: adding intro about web accessibility (#33786)Luiz Orso1-0/+1
2021-05-01Update links to CCA, MQ5 prefers-reduced-motion, evergreen WCAG urls (#33797)Patrick H. Lauke1-5/+5
2021-04-19Fixes #33686 typo in RTL docsiatek1-1/+1
2021-04-04Update parcel.mdYuriy Gorbunov1-1/+1
2021-03-10Grammatically update the doc (#33267)Mohamed Khoualed1-4/+4
* Grammatically update the doc * Apply suggestions from code review Co-authored-by: Mark Otto <[email protected]>
2021-02-22Allow constructors to accept a CSS selector (#32245)Rohit Sharma1-0/+9
Co-authored-by: XhmikosR <[email protected]> Co-authored-by: Mark Otto <[email protected]>
2021-02-11Add Parcel Bundler doc (#30909)eldk1-0/+99
* Add Parcel Bundler doc * Update parcel.md * Improve parcel.md Co-authored-by: XhmikosR <[email protected]> Co-authored-by: Mark Otto <[email protected]>
2021-01-14Clarifies Sass variable defaults, adds bootstrap-npm-starter callout (#32795)Mark Otto2-0/+8
* Clarify Sass import and customize docs for how to modify variable defaulst * Add an npm starter project callout to a few pages * Update callout-info-npm-starter.md Co-authored-by: XhmikosR <[email protected]>
2021-01-14Docs v5: Fix Sass rounding precision and state Sass implementation (#32512)voltaek2-3/+9
* Add Sass section to Getting Started > Build Tools, mention Sass implementation used, mention current precision of 10 due to Dart Sass, and mention recommended minimum precision (value of 6 used in BS v4). Remove outdated Sass precision from Customize > Sass docs page. * Remove more mentions of deprecated Sass implementations. Add links to Sass compiler mentions so we can keep all pertinent Sass compiler information in just one location instead of spread through the docs, which makes it hard to find the details and/or keep them up-to-date. Co-authored-by: XhmikosR <[email protected]>
2021-01-13Improve docs regarding RTL migration (#32771)Gaël Poupard1-0/+36
* docs(migrations): add a note regarding migration from v4 used for RTL layouts * docs(RTL): LTR & RTL at the same time * docs(utilities): how-to use the API to rename utilities * docs(RTL): mention issue when nesting styles with .ltr / .rtl
2020-12-15docs: Add system-ui to native font stack documentation (#32455)Alan Orth1-0/+2
system-ui was added to the native font stack in #30561 but the docs were not updated.
2020-12-09Remove duplicated 'follow Bootstrap on Twitter' link in Community section ↵Christian Oliff1-1/+0
(#32399) Co-authored-by: XhmikosR <[email protected]>
2020-12-09Fix missed occurrencies of "Popper.js" (#32398)Gaël Poupard1-2/+2
2020-12-06Update to popper.js v2.xJohann-S1-1/+1
2020-12-04Adapt to the recent main branch changesXhmikosR1-12/+18
2020-12-04docs(examples): new cheatsheet and RTL examplesGaël Poupard3-1/+167
2020-11-23introduction: split comments (#32223)XhmikosR1-1/+2
2020-11-21docs: use `event` instead of `e` (#32226)XhmikosR1-4/+4
It's better for clarity.
2020-11-21Be consistent with Popper's name. (#32224)XhmikosR3-11/+11
The npm package is named "popper.js" but the project is named "Popper", so use the latter consistently.
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