From fc6c593bec04535f8db66f03fed11d9f3ef6015a Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 6 Feb 2016 15:50:19 -0800 Subject: [PATCH 1/3] rogue line break --- docs/content/typography.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/content/typography.md b/docs/content/typography.md index 0456205840..a415b05260 100644 --- a/docs/content/typography.md +++ b/docs/content/typography.md @@ -22,7 +22,6 @@ Bootstrap sets basic global display, typography, and link styles. Specifically, These styles can be found within `_reboot.scss`, and the global variables are defined in `_variables.scss`. - ## Headings All HTML headings, `

` through `

`, are available. `.h1` through `.h6` classes are also available, for when you want to match the font styling of a heading but still want your text to be displayed inline. From 27ba4beb228a4a5ad47ef40ff2c688b25cf9a8d5 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 6 Feb 2016 15:53:10 -0800 Subject: [PATCH 2/3] cross ref the type utils in the type docs --- docs/content/typography.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/content/typography.md b/docs/content/typography.md index a415b05260..2c0207375e 100644 --- a/docs/content/typography.md +++ b/docs/content/typography.md @@ -136,6 +136,10 @@ Styling for common inline HTML5 elements. While not shown above, feel free to use `` and `` in HTML5. `` is meant to highlight words or phrases without conveying additional importance while `` is mostly for voice, technical terms, etc. +## Text utilities + +Change text alignment, transform, style, weight, and color with our [text utilities](http://localhost:9001/components/utilities/#text-alignment). + ## Abbreviations Stylized implementation of HTML's `` element for abbreviations and acronyms to show the expanded version on hover. Abbreviations with a `title` attribute have a light dotted bottom border and a help cursor on hover, providing additional context on hover and to users of assistive technologies. From 856e21757431ca6c1bbe9e183708ec7174fa73a1 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 6 Feb 2016 15:56:33 -0800 Subject: [PATCH 3/3] migration notes for the text utils changes --- docs/migration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/migration.md b/docs/migration.md index acab25c020..45f290dcbc 100644 --- a/docs/migration.md +++ b/docs/migration.md @@ -154,8 +154,8 @@ Dropped entirely for the new card component. ### Utilities -- Added `.pull-{xs,sm,md,lg,xl}-{left,right,none}` classes for responsive floats -- Removed `.pull-left` and `.pull-right` since they're redundant to `.pull-xs-left` and `.pull-xs-right` +- Added `.pull-{xs,sm,md,lg,xl}-{left,right,none}` classes for responsive floats and removed `.pull-left` and `.pull-right` since they're redundant to `.pull-xs-left` and `.pull-xs-right`. +- Added responsive variations to our text alignment classes `.text-{xs,sm,md,lg,xl}-{left,center,right}` and removed the redundant `.text-{left,center,right}` utilities as they are the same as the `xs` variation. ### Vendor prefix mixins Bootstrap 3's [vendor prefix](http://webdesign.about.com/od/css/a/css-vendor-prefixes.htm) mixins, which were deprecated in v3.2.0, have been removed in Bootstrap 4. Since we use [Autoprefixer](https://github.com/postcss/autoprefixer), they're no longer necessary.