mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-16 10:34:07 +02:00
remove explicit vendor prefixing from _card.scss
This commit is contained in:
@@ -181,11 +181,7 @@
|
|||||||
//
|
//
|
||||||
|
|
||||||
.card-columns {
|
.card-columns {
|
||||||
-webkit-column-count: 3;
|
|
||||||
-moz-column-count: 3;
|
|
||||||
column-count: 3;
|
column-count: 3;
|
||||||
-webkit-column-gap: 1rem;
|
|
||||||
-moz-column-gap: 1rem;
|
|
||||||
column-gap: 1rem;
|
column-gap: 1rem;
|
||||||
|
|
||||||
.card {
|
.card {
|
||||||
|
Reference in New Issue
Block a user