mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-26 14:54:27 +02:00
Border utilities (#21213)
* grunt * add border utilities for removing borders * clean up comments * add basic border docs * docs styles for border utils
This commit is contained in:
@@ -1,9 +1,12 @@
|
||||
//
|
||||
// Border-width
|
||||
// Border
|
||||
//
|
||||
|
||||
// TBD...?
|
||||
|
||||
.border-0 { border: 0 !important; }
|
||||
.border-top-0 { border-top: 0 !important; }
|
||||
.border-right-0 { border-right: 0 !important; }
|
||||
.border-bottom-0 { border-bottom: 0 !important; }
|
||||
.border-left-0 { border-left: 0 !important; }
|
||||
|
||||
//
|
||||
// Border-radius
|
||||
|
Reference in New Issue
Block a user