aboutsummaryrefslogtreecommitdiff
path: root/scss/utilities/_borders.scss
AgeCommit message (Collapse)AuthorFilesLines
2019-05-23Helpers & utilities split (#28445)Martijn Cuppens1-75/+0
2019-01-13Add new rounded sizes classes (#28011)Justin1-0/+12
* update border-radius mixins Add $enable-rounded as a keyword argument to border-raidus mixins * Update rounded classes - use border-radius mixins to repleace !important - use true for $enable-rounded for rounded classes - Add `.rounded-sm` and `.rounded-sm` #27934 * update borders docs * Revert touch of dist files * Revert change of border-radius mixins * use !important in border-radius utilies classes * update border radius classes keep only rounded-lg and rounded-sm
2018-12-23Blacklist border-radius property (use mixin instead) (#27900)Martijn Cuppens1-1/+1
2018-11-05Add new `.rounded-pill` utility (#27339)sts-ryan-holton1-0/+4
2017-12-28Expand border utilities to include top, right, bottom, leftMark Otto1-1/+6
2017-10-02Switch to stylelint. (#23572)XhmikosR1-0/+2
2017-09-09adds missing important on utility classsAndres Galante1-2/+2
2017-08-10Change border classenvolute1-1/+1
The class ".border" (css/utilities/_borders.scss) is set the border-color to "$gray-200". So I see that it would be nice to create a variable for the border color "$border-color". Because the default border should not always be "gray-200". Another thing, there is a "$border-width" variable. Would not it be better to use this variable to set the default width of the border?
2017-08-07Add .bg-white and .border-whiteMark Otto1-0/+4
2017-06-25add border color utilitiesMark Otto1-0/+7
2017-06-17Update _borders.scssMark Otto1-1/+1
2017-06-17move from mixins and add important flagMark Otto1-5/+9
2016-11-27Rename `.navbar-toggleable-xs` to `.navbar-toggleable` + more cleanup (#21226)Starsam801-4/+4
* 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-26Add .rounded-0 utility class (#21214)Ken Dale1-0/+4
* Add rounded-0 class
2016-11-26Border utilities (#21213)Mark Otto1-3/+6
* grunt * add border utilities for removing borders * clean up comments * add basic border docs * docs styles for border utils
2016-09-08Add new border utilsMark Otto1-0/+30
- Move and rename .img-rounded to .rounded, .img-circle to .rounded-circle - Add new .rounded-{direction} utils - New docs pages for border utils with TBD comments for the border property - Removes most image examples for rounding from the content/images docs in favor of new docs page