mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-07 06:40:57 +00:00
Merge pull request #11 from twbs/card-columns-vendor
remove explicit vendor prefixing from _card.scss
This commit is contained in:
commit
c6ec27a5c8
1 changed files with 0 additions and 4 deletions
|
|
@ -181,11 +181,7 @@
|
|||
//
|
||||
|
||||
.card-columns {
|
||||
-webkit-column-count: 3;
|
||||
-moz-column-count: 3;
|
||||
column-count: 3;
|
||||
-webkit-column-gap: 1rem;
|
||||
-moz-column-gap: 1rem;
|
||||
column-gap: 1rem;
|
||||
|
||||
.card {
|
||||
|
|
|
|||
Loading…
Reference in a new issue