From a608f146693d73fa970fba28e47eeb9db84bb491 Mon Sep 17 00:00:00 2001 From: nervo Date: Sun, 28 Jun 2015 21:53:47 +0200 Subject: [PATCH] Fix doc sass mixin name --- docs_src/assets/scss/custom.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs_src/assets/scss/custom.scss b/docs_src/assets/scss/custom.scss index 52a205a1..4f06ca27 100644 --- a/docs_src/assets/scss/custom.scss +++ b/docs_src/assets/scss/custom.scss @@ -7,7 +7,7 @@ $medium-down: "#{$screen} and (max-width:#{lower-bound($medium-range)})" !defaul /* Custom mixins */ -@mixin transition($p:all, $t:300ms) { +@mixin owl-transition($p:all, $t:300ms) { -webkit-transition: $p $t ease-in-out; -moz-transition: $p $t ease-in-out; -ms-transition: $p $t ease-in-out;