Created by: MartijnCuppens
.carousel-fade .carousel-item already has a specificity of 0,0,2,0 so we can safely override the transform in this selector. The transition-duration can also be removed, since this is set in .carousel-item{}.
Created by: MartijnCuppens
.carousel-fade .carousel-item already has a specificity of 0,0,2,0 so we can safely override the transform in this selector. The transition-duration can also be removed, since this is set in .carousel-item{}.