aboutsummaryrefslogtreecommitdiff
path: root/site/content/docs/5.0/layout
AgeCommit message (Collapse)AuthorFilesLines
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.