aboutsummaryrefslogtreecommitdiff
path: root/site/content/docs/5.0/customize
AgeCommit message (Collapse)AuthorFilesLines
2020-10-31Contrast colors added to theme-colors (#30044)Sead Memic1-1/+1
* Contrast colors added to theme-colors * redundant colors removed froms docs, theme-colors refactor * Add spaces for consistency * Adapt to the recent changes Co-authored-by: Sead Memic <[email protected]> Co-authored-by: XhmikosR <[email protected]>
2020-10-20Update optimize.mdXhmikosR1-3/+4
For some weird reason, using "Exports" as the callout header leads to TypeError coming from clipboard.js
2020-10-20mention default export in our docs optimize sectionJohann-S1-11/+22
2020-10-20Update docs example on how to optimize JavaScript bundlePascal Pepe1-6/+12
2020-10-19docs: switch to fenced codeblocks (#31806)XhmikosR4-40/+40
2020-10-19docs: switch to suggesting jsDelivr as a CDN (#31894)XhmikosR1-1/+1
2020-10-13Revert "Improve callout shortcode. (#31802)" (#31871)XhmikosR1-6/+6
This reverts commit 5c6925385ee926a749ead6a4f2ebbfc64e701f36.
2020-10-13Colors rewrite (#30622)Martijn Cuppens1-5/+9
2020-10-12Improve callout shortcode. (#31802)XhmikosR1-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-10-05docs: fix contrast color against `.bg-info` (#31839)Gaël Poupard1-1/+1
* docs(badge): ensure info badge's contrast * docs(colors): fix contrasts in example using .bg-info * Update card.md Co-authored-by: XhmikosR <[email protected]>
2020-09-15Mention the quotes requirement in the docs tooMark Otto1-1/+1
2020-09-01docs: Fix typo on Customize -> Color page (#31556)Alex Plescan1-1/+1
Co-authored-by: XhmikosR <[email protected]>
2020-07-11Fix docs sass importing example.Florian Lacreuse1-1/+2
2020-06-20Correctly document how to add to Sass maps (#31107)Mark Otto1-2/+6
Fixes #31089. Co-authored-by: XhmikosR <[email protected]>
2020-06-16Fix BootstrapCDN's name (#31049)XhmikosR1-1/+1
2020-06-16Fix a broken link and a redirect. (#31045)XhmikosR1-1/+1
2020-05-20docs(customize/sass): dark color-contrast is #212529 as of nowGaël Poupard1-1/+1
2020-05-20docs(customize/colors): dump grays swatches (unused) and merge -500 in swatchesGaël Poupard1-1/+1
2020-05-20docs(contrasts): move content after rebasing masterGaël Poupard2-3/+5
2020-05-18More Markdownlint fixesXhmikosR1-2/+2
2020-05-13Bump version to 5.0.0-alpha1 (#29925)XhmikosR7-0/+602
Also add v4.5.0 in versions and keep README.md pointing to v4.5.0 so that there are no broken stuff.