aboutsummaryrefslogtreecommitdiff
path: root/scss/utilities/_text.scss
AgeCommit message (Collapse)AuthorFilesLines
2019-08-26Link helpers & use utility API for all utilitiesMartijn Cuppens1-7/+0
2019-05-23Helpers & utilities split (#28445)Martijn Cuppens1-61/+0
2019-03-14v5: Drop remaining deprecated mixins (#28461)Mark Otto1-4/+0
- Deletes mixin mentions from float docs - Deletes mixin mention from visibility docs - Deletes the image-replacement page for text-hide
2019-02-06Fix text break in Firefox (#28063)Martijn Cuppens1-1/+4
2019-01-24Add `!important` to `.text-monospace` utility class (#28064)Martijn Cuppens1-1/+1
2018-12-17Update scss/utilities/_text.scssMartijn Cuppens1-1/+1
Co-Authored-By: mdo <[email protected]>
2018-12-16Add new .text-break utility for applying word-break: break-wordMark Otto1-0/+2
2018-11-04Add `.text-wrap` class.Andrew1-0/+1
this is the opposite of `.text-nowrap`, and a forces elements to wrap onto new lines. One use case for this is extra long button text. Bootstrap buttons by default do no wrap, so this class could be used to override that behavior.
2018-08-25add text-reset to text utilities (#26866)m5o1-0/+4
2018-07-24Add .text-decoration-none utility class (#25933)Stefan Wrobel1-0/+2
ref: https://github.com/twbs/bootstrap/pull/23881#issuecomment-337789596
2018-07-24add 'lighter' and 'bolder' font weight classes (#26580)Andrew1-4/+6
* add 'lighter' and 'bolder' font weight classes these are 2 special values for font weight, that will give their content a font-weight value of 100 more or less than their inherited font-weight. probably doesn't fully fulfill this issue, https://github.com/twbs/bootstrap/issues/23969, but it's a start * Update .stylelintrc * add 'lighter' and 'bolder' variables per @mdo 's request.
2018-04-16Suppress text-hide deprecation warning (#26242)Alexander Rechsteiner1-1/+1
2018-03-31add 50% translucent black and white textMark Otto1-0/+3
2018-03-31add .text-body, fixes #25412Mark Otto1-0/+1
2018-03-31Add .text-monospace utilMark Otto1-0/+2
2018-03-12Replace "loose" HEX values with their respective variables (#25672)Jacob Müller1-1/+1
2017-10-02Switch to stylelint. (#23572)XhmikosR1-1/+3
2017-08-10Add .font-weight-light class, add !important to the classesMark Otto1-3/+4
2017-07-03fixes #22981Mark Otto1-1/+1
2017-07-01doh, we already have that aboveMark Otto1-4/+0
2017-07-01Add .text-truncate class. We already had a mixin and documented the class, ↵Mark Otto1-0/+4
so this fixes that.
2017-07-01Restore .text-mutedMark Otto1-3/+3
2017-06-18remove - vars, update docs to generate from data yml files, update mixins, ↵Mark Otto1-15/+3
and generate card, button, bg, and color classes from the sass map
2016-11-28Remove lots of duplication + minor cleanup (#21238)Starsam801-11/+5
* Remove comment that duplicated some code * Use transition mixin whenever possible * Create a new function to reduce duplication * Use the new `breakpoint-infix` method
2016-11-27Rename `.navbar-toggleable-xs` to `.navbar-toggleable` + more cleanup (#21226)Starsam801-9/+9
* Clean up some utilities - Align CSS properties - In `_spacing.scss`, we had a comment saying what 'a' was for, but we removed that so this comment no longer applies * Remove '-xs' from `.navbar-toggleable-xs` and remove duplication * Fix outdated classes to use newer ones
2016-11-26Remove 'xs' from text utilities (#21217)Starsam801-3/+11
2016-10-19Use a variable for the default font weights. Fixes #20741Simon Bächler1-2/+2
Websites might use different weights such as medium or thin or use light as default weight instead of normal. Also referenced: #18605 and #16170.
2016-10-09Merge branch 'v4-dev' into v4-utilsMark Otto1-0/+4
2016-09-11added text-gray-dark class (#19847)Edd Yerburgh1-0/+4
2016-09-08Revamp background utilities and add new .text-white utilityMark Otto1-0/+4
- Rather than mix multiple properties in our color utilities, this splits all color and all background utils into separate classes. - Adds new .text-white class to help lighten text color for darker backgrounds
2016-01-06Use text-emphasis-variant mixin for .text-mutedvsn4ik1-3/+1
2015-12-23Reorganize utilities into more separate files under a `/scss/utilities/` ↵Chris Rebert1-0/+53
directory [skip sauce] [skip validator]