aboutsummaryrefslogtreecommitdiff
path: root/site/content/docs/5.0/layout
AgeCommit message (Collapse)AuthorFilesLines
2020-10-31Update instances of .font-weight to .fwMark Otto2-20/+20
2020-10-19docs: switch to fenced codeblocks (#31806)XhmikosR3-36/+36
2020-10-13Revert "Improve callout shortcode. (#31802)" (#31871)XhmikosR3-6/+6
This reverts commit 5c6925385ee926a749ead6a4f2ebbfc64e701f36.
2020-10-12Improve callout shortcode. (#31802)XhmikosR3-6/+6
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-08-05make breakpoints specifications consistent with layout/grid.mdmaks1-1/+1
0-576px could be misinterpreted "up to 576px included"
2020-07-31Update copy around breakpoint sizing (#31382)Mark Otto1-2/+1
* Update copy around breakpoint sizing Fixes #31288 * Update breakpoints.md * Further copy changes Co-authored-by: XhmikosR <[email protected]>
2020-06-27Fix spelling mistake (#31190)Alex Mohr1-1/+1
Co-authored-by: Alex Mohr <[email protected]>
2020-06-19Docs: fix typo (#31106)Hiws1-1/+1
* Fixes a typo so it displays the correct px's. * Update gutters.md Co-authored-by: XhmikosR <[email protected]>
2020-06-18Fix typo (#31102)Nic Johnson1-1/+1
2020-06-17Typo fix : ocassions ⮞ occasionsBruno Baguette1-1/+1
2020-06-17Several typo fixes (#31077)Bruno Baguette1-2/+2
* Typo fix : thesse ⮞ these * Several typo fixes verical ⮞ vertical availble ⮞ available thesse ⮞ these
2020-06-14Change breakpoint-max implementationMartijn Cuppens1-7/+14
- The `media-breakpoint-down()` uses the breakpoint itself instead of the next breakpoint. Use `media-breakpoint-down(lg)` instead of `media-breakpoint-down(md)` to target viewports smaller than the `lg` breakpoint. - The `media-breakpoint-between()` mixin's second parameter also uses the breakpoint itself instead of the next breakpoint. Use `media-between(sm, lg)` instead of `media-breakpoint-between(sm, md)` to target viewports between the `sm` and `lg` breakpoints.
2020-06-11docs(layout): drop useless .text-left on overview tableGaël Poupard1-15/+15
2020-05-30Add `space-evenly` option for `justify-content` (#30910)Edson Jr1-0/+8
2020-05-26Update grid.mdXhmikosR1-2/+2
Fix docsref links
2020-05-14Fix broken anchors. (#30828)XhmikosR2-3/+3
2020-05-13Bump version to 5.0.0-alpha1 (#29925)XhmikosR7-0/+1412
Also add v4.5.0 in versions and keep README.md pointing to v4.5.0 so that there are no broken stuff.