From f597e2fe949a1e18eb778b9a5bd102de88570555 Mon Sep 17 00:00:00 2001 From: Max Date: Thu, 18 May 2017 14:03:27 +0200 Subject: Initial commit. --- src/sass/owl-carousel2/_autoheight.scss | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/sass/owl-carousel2/_autoheight.scss (limited to 'src/sass/owl-carousel2/_autoheight.scss') diff --git a/src/sass/owl-carousel2/_autoheight.scss b/src/sass/owl-carousel2/_autoheight.scss new file mode 100644 index 0000000..7852c3f --- /dev/null +++ b/src/sass/owl-carousel2/_autoheight.scss @@ -0,0 +1,7 @@ +/* + * Owl Carousel - Auto Height Plugin + */ + +.owl-height { + transition: height 500ms ease-in-out; +} -- cgit v1.2.3