From ed17978a6800ecc6512e5e2da706eea6a485422e Mon Sep 17 00:00:00 2001 From: mcreations Date: Wed, 18 Mar 2015 15:49:00 +0530 Subject: [PATCH] Update _animation.scss File path seems to be wrong. So if we keep this empty, we can call the animation library from outside only if required. --- lib/compass/css3/_animation.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/compass/css3/_animation.scss b/lib/compass/css3/_animation.scss index 823a727..2d57dca 100644 --- a/lib/compass/css3/_animation.scss +++ b/lib/compass/css3/_animation.scss @@ -1,2 +1,2 @@ // Core imported by default. You can also import 'animate' for predefined animations. -@import "animation/core"; +@import "../../animate";