| Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
Co-authored-by: XhmikosR <[email protected]>
|
|
This reverts commit f2b47e1c8a263f4406255991af9fd55984c22a0e.
|
|
- 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]>
|
|
|
|
|
|
|
|
* Fix Grid System docs
* Apply suggestions from code review
Co-authored-by: Mark Otto <[email protected]>
|
|
|
|
* Fix typo
* Rewrite description to avoid awkward phrasing
Co-authored-by: Mark Otto <[email protected]>
|
|
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/
|
|
|
|
|
|
|
|
This reverts commit 5c6925385ee926a749ead6a4f2ebbfc64e701f36.
|
|
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 %}}
|
|
0-576px could be misinterpreted "up to 576px included"
|
|
* Update copy around breakpoint sizing
Fixes #31288
* Update breakpoints.md
* Further copy changes
Co-authored-by: XhmikosR <[email protected]>
|
|
Co-authored-by: Alex Mohr <[email protected]>
|
|
* Fixes a typo so it displays the correct px's.
* Update gutters.md
Co-authored-by: XhmikosR <[email protected]>
|
|
|
|
|
|
* Typo fix : thesse ⮞ these
* Several typo fixes
verical ⮞ vertical
availble ⮞ available
thesse ⮞ these
|
|
- 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.
|
|
|
|
|
|
Fix docsref links
|
|
|
|
Also add v4.5.0 in versions and keep README.md pointing to v4.5.0 so that there are no broken stuff.
|