Sha256: 2dbc210d2fd532eb212b0fe1151bcf32987bb0ed775ab5646704392da2211615
Contents?: true
Size: 228 Bytes
Versions: 39
Compression:
Stored size: 228 Bytes
Contents
/* * Owl Carousel - Lazy Load Plugin */ @import 'mixins'; .owl-carousel { .owl-item { .owl-lazy { opacity: 0; @include transition(opacity, 400ms, ease); } img{ transform-style: preserve-3d; } } }
Version data entries
39 entries across 39 versions & 1 rubygems