aboutsummaryrefslogtreecommitdiff
path: root/site/content/docs/5.0/utilities
AgeCommit message (Collapse)AuthorFilesLines
2020-07-10Emphasise/call out the note about `.invisible` and ATPatrick H. Lauke1-1/+5
2020-07-03Docs: clarify that pointer events classes don't affect keyboard interaction ↵Patrick H. Lauke1-3/+7
(#31134) * Docs: clarify that pointer events classes don't affect keyboard interaction * Neutralise example links that are `pe-none`
2020-06-21Docs: move color utility callouts to start of page (#31135)Patrick H. Lauke1-10/+10
* Move color utility callouts to start of page Hierarchically/structurally, in the position they are currently at, the two callouts seem like they "belong" just to the "background color" section. Moving them to the start makes it clearer that those two callouts relate to everything in the page (both "Color" and "Background color" classes. * Change heading level otherwise the assistive technology callout looks like it's hierarchically under the "Dealing with specificity" heading
2020-06-16Fix typo (#31051)Quy1-1/+1
Co-authored-by: XhmikosR <[email protected]>
2020-05-31Restore word-break: break-word on .text-break to fix text breaking on flex ↵Mark Otto1-1/+1
containers (#30932)
2020-05-30Add `space-evenly` option for `justify-content` (#30910)Edson Jr1-1/+8
2020-05-20docs(colors): better color utilities pairing to ensure sufficient contrastGaël Poupard1-2/+2
2020-05-18Fix some easy Markdown linting issuesMark Otto2-27/+27
- Always use dashes for bullets - Add some basic alt text for our readme OC sponsors
2020-05-15Improve gradientsMartijn Cuppens1-2/+4
- Use a semitransparent gradient from light to dark which works on any background-color - Store the gradient as a custom property (--bs-gradient) - Remove `.bg-gradient-*` variants in favour of `.bg-gradient` which works even when `$enable-gradients` are enabled - Add gradients to navbar, active page links and badges when gradients are enabled
2020-05-13Bump version to 5.0.0-alpha1 (#29925)XhmikosR15-0/+1619
Also add v4.5.0 in versions and keep README.md pointing to v4.5.0 so that there are no broken stuff.