aboutsummaryrefslogtreecommitdiff
path: root/scss/utilities/_display.scss
AgeCommit message (Collapse)AuthorFilesLines
2019-05-23Helpers & utilities split (#28445)Martijn Cuppens1-17/+0
2019-05-09v5: Drop all print styles and classes (#28339)Mark Otto1-9/+0
2018-12-29Configurable display utility classes (#27917)Martijn Cuppens1-18/+6
2018-01-17Prevent print utils from overriding all other display utils (#25269)Mark Otto1-28/+10
* Prevent print utils from overriding all other display utils Fixes #25221. I agree with the referenced issue—this is unexpected and also causes a serious bug when mixed with other utility classes. This wasn't an issue in v3 given we had different utilities for hiding that weren't focused on display property. * Add printing changes to migration docs * unrelated heading sentence case change * List out all .d-print- classes
2017-10-02Switch to stylelint. (#23572)XhmikosR1-0/+2
2017-10-02add display `table-cell` (#24004)Paweł Kuna1-0/+1
2017-03-05Drop the .hidden and .visible classes, save for the print onesMark Otto1-1/+36
— Moves print display utils to display utils file — Removes all other .hidden- utils — Expands on .invisible and it's mixin to provide options for visibility: visible and visibility: hidden
2017-01-02remove line breakMark Otto1-1/+0
2016-12-24fix incorrect class name for inline-flexMark Otto1-1/+1
2016-12-22small unrelated addition—adds .d-flex-inline utilMark Otto1-0/+1
2016-11-28Remove lots of duplication + minor cleanup (#21238)Starsam801-18/+8
* 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-12/+12
* 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-27Remove redundant media queries (#21220)Starsam801-9/+7
2016-10-31Responsive display utilities (#20934)Mark Otto1-8/+25
* Explore responsive display utils, but with a twist: lowest breakpoint has no breakpoint modifier in the class name * make floats use the same format, add float-none mixin
2016-04-06Add `display` utility classes (.d-{inline,block,inline-block}); fixes #19343Teo Dell'Amico1-0/+13
Refs #19665 [skip sauce]