aboutsummaryrefslogtreecommitdiff
path: root/site/docs/4.2/utilities
AgeCommit message (Collapse)AuthorFilesLines
2019-02-11Release v4.3.0 (#28228)v4.3.0Mark Otto19-1587/+0
* Prep for v4.3.0 * More updates for v4.3.0. * rerun to build docs source map
2019-02-07Deprecate `invisible()` mixin (#28066)Martijn Cuppens1-2/+3
2019-02-07Rename `Screenreaders` to "Screen readers".XhmikosR1-2/+2
No redirect is added because the next version will be a minor version bump.
2019-02-07Remove ToC from pages when we don't have (m)any headers.XhmikosR6-6/+0
2019-02-06Fix text break in Firefox (#28063)Martijn Cuppens1-1/+1
2019-02-03Fix negative margin example (#28140)Ryan Worth1-2/+2
Negative margin example wasn't displaying correctly due to border and background styling being applied directly to the `.col` element. Made a child element and applied the styling to it
2019-01-29image-replacement.md: use three dots.XhmikosR1-1/+1
2019-01-13Add new rounded sizes classes (#28011)Justin1-0/+14
* update border-radius mixins Add $enable-rounded as a keyword argument to border-raidus mixins * Update rounded classes - use border-radius mixins to repleace !important - use true for $enable-rounded for rounded classes - Add `.rounded-sm` and `.rounded-sm` #27934 * update borders docs * Revert touch of dist files * Revert change of border-radius mixins * use !important in border-radius utilies classes * update border radius classes keep only rounded-lg and rounded-sm
2018-12-29Configurable display utility classes (#27917)Martijn Cuppens1-0/+2
2018-12-24stretched-link.md: fix typo (#27918)XhmikosR1-1/+1
2018-12-23Fix 4:3 embed (#27910)XhmikosR1-1/+1
2018-12-22move to 4.2Mark Otto1-0/+80
2018-12-21Merge branch 'text-break-util' into v4-devMark Otto1-0/+9
2018-12-21Prep for v4.2.0 releaseMark Otto18-0/+1487
- Move 4.1 docs to 4.2 - Update versions everywhere to 4.1.3 with release script - Manually bump the shorthand version in package.json - Add 4.2 to the versions docs page - Update some redirects - Fix tests asset URLs - Bump Nuget and more