aboutsummaryrefslogtreecommitdiff
path: root/scss/utilities/_spacing.scss
AgeCommit message (Collapse)AuthorFilesLines
2019-05-23Helpers & utilities split (#28445)Martijn Cuppens1-73/+0
2018-08-13Change if statementMartijn Cuppens1-1/+1
2018-07-08fix comment placement, remove unecessary prop wrapperMark Otto1-20/+17
2018-06-07Negative Margins classes for custom col guttersRyan Worth1-0/+25
Feature request #26681
2017-10-02Switch to stylelint. (#23572)XhmikosR1-0/+2
2017-08-12Remove extra spaces from spacing utilities (#23337)razh1-2/+2
2017-08-10Reduce number of spacing rules (#23208)Morgan Stone1-12/+20
* reduce # of spacing rules by combining x & y with t r b l * Remove unnecessary spaces
2017-03-05Clean up spacers a bit moreStarsam801-12/+10
2017-01-02New position utils, split docsMark Otto1-21/+0
- Renames .pos-f-t to .fixed-top, adds .fixed-bottom and .sticky-top - Updates utilities Sass to be split across more files (one for position, sizing, and spacing)
2016-12-25Use variables for the width/height classesStarsam801-9/+5
2016-12-25Clean up _spacing.scss a little bitStarsam801-20/+16
2016-12-25trailing spaceMark Otto1-1/+1
2016-12-25line break for sanityMark Otto1-0/+1
2016-12-25add my-auto and m-autoMark Otto1-0/+5
2016-12-25responsive auto margin classesMark Otto1-8/+13
2016-12-25add mr-auto and ml-auto for some flex shizMark Otto1-0/+3
2016-12-22New width and height utilsMark Otto1-0/+7
Adding 25%, 50%, and 75% to the mix for later use with cards
2016-11-28Remove lots of duplication + minor cleanup (#21238)Starsam801-33/+14
* 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-2/+2
* 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-27Add max-width 100% and max-height 100% utilities (#21221)Mark Otto1-0/+3
2016-11-27Remove redundant media queries (#21220)Starsam801-14/+12
2016-10-31Make spacer utils responsive (#20926)Mark Otto1-19/+44
* make spacer utils responsive by grid tier * update scale to add two levels, document them * change responsive spacing utils to avoid the xs abbreviation in the class name for that tier * update code snippet to match source * update usage in our docs * linter * docs updates
2016-10-09Merge branch 'patch-10' of https://github.com/zalog/bootstrap into ↵Mark Otto1-1/+2
zalog-patch-10
2016-09-08Rename margin and padding utilities from .{property}-{side} to ↵Mark Otto1-8/+8
.{property}{side} without the extra dash
2016-05-17Update _spacing.scssCatalin Zalog1-1/+2
2016-04-06Fixes #19221: Add .w-100 as width: 100% utility classMark Otto1-0/+4
2015-12-23Reorganize utilities into more separate files under a `/scss/utilities/` ↵Chris Rebert1-0/+39
directory [skip sauce] [skip validator]