]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
remove explicit vendor prefixing from _card.scss
authorChris Rebert <code@rebertia.com>
Tue, 9 Dec 2014 06:05:50 +0000 (22:05 -0800)
committerChris Rebert <code@rebertia.com>
Tue, 9 Dec 2014 06:05:50 +0000 (22:05 -0800)
scss/_card.scss

index cbbbde38c6109173df9da81b84251e77dde0ac72..6095f434c8d0660eacaea8be98b54dbfd7bc3fcb 100644 (file)
 //
 
 .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 {