aboutsummaryrefslogtreecommitdiff
path: root/scss/utilities/_flex.scss
AgeCommit message (Collapse)AuthorFilesLines
2019-05-23Helpers & utilities split (#28445)Martijn Cuppens1-51/+0
2018-03-31Add new .flex-grow and .flex-shrink utilsMark Otto1-0/+4
2018-01-21Add missing flex-fill utilityPierre-Denis Vanduynslager1-0/+1
2017-10-02Switch to stylelint. (#23572)XhmikosR1-0/+2
2017-06-30Drop offsets and push/pull for new order variantsMark Otto1-4/+0
2017-01-24Rename order utilities to intended class names (#21739)Mark Otto1-3/+3
* rename order utilities to intended class names * Documentation fixes.
2016-12-26Add more flex utilitiesStarsam801-31/+34
2016-12-24remove unused utils, commentMark Otto1-4/+0
2016-12-24remove old flex utils, update docs to matchMark Otto1-21/+0
2016-12-24duplicate of the .flex-fill utilMark Otto1-3/+0
2016-12-24Start to blow out and document more flexbox utilitiesMark Otto1-0/+42
- Adds new flexbox.md file to utilities docs - Adds a `breakpoints.yml` data file for easier output of responsive classes in the docs. Will put this to use on other pages soon. - Adds hella flex utils. There are some dupes for now, but they'll get removed in time.
2016-12-21Flexbox all the time (Drop IE9 support and remove $enable-flex option) (#21389)Mark Otto1-23/+21
* remove the $enable-flex variable option * remove bootstrap-flex.css dist file and it's grunt task * remove the separate flex css file for docs; it's all the same now * remove flexbox docs (porting some to the main grid docs in next commit) * clean up few grid docs bits to simplify copy, start to mention flexbox * port relevant flexbox-grid.md content to grid.md - clean up mixins - update how it works section - bring over sizing and alignment sections * remove the $enable-flex from the options.md page * update lead paragraph to mention flexbox * update migration to mention loss of ie9 support * remove mention of flexbox dist file * clarify IE support * making a note * remove flexbox variant mentions from component docs - updates docs for media object, navs, list group, and cards to consolidate docs - no more need to callout flexbox variants since it's now the default * remove $enable-flex if/else from sass files * remove flex dist files * update scss lint property order to account for flex properties * linting * change to numberless classes for autosizing, wrap in highlighting div * bump gruntfile and postcss to ie10 * redo intro sections * rearrange * phew, redo hella grid docs - rearrange all the things - consolidate some bits * remove reference to flexbox mode * more border action for demo * Make some changes to the .card's in .card-deck's to ensure footers align to the bottom
2016-11-28Remove lots of duplication + minor cleanup (#21238)Starsam801-47/+23
* 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 `.flex-xs-*` and `.flex-items-xs-*` to `.flex-*` and `.flex-items-*` ↵Starsam801-24/+44
(#21218) * Clean up _flex.scss a little This commit just cleans up the formating of _flex.scss by changing it so that it uses a single `@include media-breakpoint-up` instead of multiple. It also aligns all of the CSS properties so it looks a bit nicer. * Remove `-xs` from flex classes
2016-05-28Update _flex.scssCatalin Zalog1-0/+1
2016-02-08Flex utility classes shouldn't depend on $enable-grid-classesChris Rebert1-1/+1
[skip sauce] [skip validator]
2016-02-06lintingMark Otto1-7/+7
2016-02-06add horizontal flex utilsMark Otto1-0/+9
2016-02-06rename vertical align flex utils to middle to avoid clash with horizontal centerMark Otto1-2/+2
2016-02-06more accurate commentsMark Otto1-2/+2
2016-02-06Move the conditional statement back to the file because nested imports ↵Mark Otto1-17/+19
aren't supported in Sass
2016-02-06rename .flex-all-* to .flex-items-* to match flexbox nomenclatureMark Otto1-3/+3
2016-02-06Conditionally include the flex utils in the import stack and reduce to a ↵Mark Otto1-22/+12
single query
2016-02-06Move grid flex classes to utils instead maybe?Mark Otto1-0/+35