@charset "UTF-8";

/*!
 * vue-animate v0.0.4
 * (c) 2016 Hayden Bickerton
 * Released under the MIT License.
 * Documentation: https://github.com/haydenbbickerton/vue-animate
 */

@animationDuration: 1s;
@animations: './animations';

// Main mixin
@import "make-transitions";

// Our animations
@import "@{animations}/bouncing/all";
@import "@{animations}/fading/all";
@import "@{animations}/rotating/all";
@import "@{animations}/sliding/all";
@import "@{animations}/zooming/all";
