aboutsummaryrefslogtreecommitdiff
path: root/site/content/docs/5.0/layout
AgeCommit message (Collapse)AuthorFilesLines
2021-08-04Prepare v5.1.0. (#34674)v5.1.0XhmikosR8-1695/+0
2021-08-03Improved docs describing media-breakpoint-down breakpoints (#34637)Sean Hinton1-8/+8
Co-authored-by: XhmikosR <[email protected]>
2021-07-29Revert "Allow individual grid classes to override `.row-cols` (#33621)" (#34612)Mark Otto1-21/+2
This reverts commit f2b47e1c8a263f4406255991af9fd55984c22a0e.
2021-07-26Clean up a couple CSS Grid issues (#34572)Mark Otto1-1/+1
- Moves the make-cssgrid() mixin to the grid mixins stylesheet - Updates the g-start-* classes to start at 1 instead of 0 as 0 is an invalid value (fixes #34399) Co-authored-by: XhmikosR <[email protected]>
2021-06-23Fixes #34187Mark Otto1-1/+1
2021-06-22v5.1: Add optional CSS grid (#31813)Mark Otto1-0/+266
2021-06-03Allow individual grid classes to override `.row-cols` (#33621)Anal-Retentive Squirrel Hunter1-2/+21
2021-04-18Fix Grid System docs (#33676)Kohhee Peace1-6/+6
* Fix Grid System docs * Apply suggestions from code review Co-authored-by: Mark Otto <[email protected]>
2021-04-06Add equal column mixin (#32155)CFX1-0/+3
2021-01-09Fix typo (#32740)Brian Thompson1-1/+1
* Fix typo * Rewrite description to avoid awkward phrasing Co-authored-by: Mark Otto <[email protected]>
2020-12-11Replace Lorem Ipsum placeholder text with more representative (or at least ↵Patrick H. Lauke1-3/+3
english language) text (#32246) Replaces shorter examples with more sensible/representative/inforrmative text. For longer passages, resorted to using SFW extracts from http://katyperryipsum.com/
2020-12-04docs(examples): new cheatsheet and RTL examplesGaël Poupard2-7/+7
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.