aboutsummaryrefslogtreecommitdiffstats
path: root/demo/src/less/lib/animation.less
diff options
context:
space:
mode:
Diffstat (limited to 'demo/src/less/lib/animation.less')
-rw-r--r--demo/src/less/lib/animation.less14
1 files changed, 0 insertions, 14 deletions
diff --git a/demo/src/less/lib/animation.less b/demo/src/less/lib/animation.less
deleted file mode 100644
index c8c05548..00000000
--- a/demo/src/less/lib/animation.less
+++ /dev/null
@@ -1,14 +0,0 @@
-// ==========================================================================
-// Animations
-// ==========================================================================
-
-// Fade
-@keyframes fadein {
- 0% {
- opacity: 0;
- }
-
- 100% {
- opacity: 1;
- }
-}