Skip to content

Commit

Permalink
Merge pull request OwlCarousel2#903 from nervo/fix-doc-sass
Browse files Browse the repository at this point in the history
Fix doc sass mixin name
  • Loading branch information
greg5green committed Jun 28, 2015
2 parents 73b5176 + a608f14 commit 7fb5b7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs_src/assets/scss/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 7fb5b7a

Please sign in to comment.