summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/jetpack/scss/atoms/_animations.scss')
-rw-r--r--plugins/jetpack/scss/atoms/_animations.scss18
1 files changed, 0 insertions, 18 deletions
diff --git a/plugins/jetpack/scss/atoms/_animations.scss b/plugins/jetpack/scss/atoms/_animations.scss
deleted file mode 100644
index 8f032271..00000000
--- a/plugins/jetpack/scss/atoms/_animations.scss
+++ /dev/null
@@ -1,18 +0,0 @@
-// ==========================================================================
-// Animation for miles!
-// ==========================================================================
-
-@keyframes "candy" {
- 0% {
- transform: scale(1);
- }
- 20% {
- transform: scale(1.15);
- }
- 60% {
- transform: scale(.95);
- }
- 100% {
- transform: scale(1);
- }
-}