aboutsummaryrefslogtreecommitdiff
path: root/scss/utilities/_text.scss
AgeCommit message (Collapse)AuthorFilesLines
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]