2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-21 13:24:08 +03:00

remove explicit vendor prefixing from _card.scss

This commit is contained in:
Chris Rebert
2014-12-08 22:05:50 -08:00
parent 57071cc68a
commit 86f834e356
-4
View File
@@ -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 {