]> cat aescling's git repositories - mastodon.git/commitdiff
Removes spin theme
authorkibigo! <marrus-sh@users.noreply.github.com>
Fri, 17 Nov 2017 05:50:07 +0000 (21:50 -0800)
committerkibigo! <marrus-sh@users.noreply.github.com>
Fri, 17 Nov 2017 05:54:12 +0000 (21:54 -0800)
app/javascript/themes/spin/pack.js [deleted file]
app/javascript/themes/spin/style.scss [deleted file]
app/javascript/themes/spin/theme.yml [deleted file]

diff --git a/app/javascript/themes/spin/pack.js b/app/javascript/themes/spin/pack.js
deleted file mode 100644 (file)
index b11ac48..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-import '../../packs/application';
-import './style.scss';
diff --git a/app/javascript/themes/spin/style.scss b/app/javascript/themes/spin/style.scss
deleted file mode 100644 (file)
index 1a9381f..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-:root:root:root {
-  .button, .icon-button, .emoji-button, .account__avatar, .account__avatar-overlay {
-    animation: spin 4s linear infinite;
-  }
-}
-
-@keyframes spin {
-  from {
-    transform: rotate(0deg);
-  }
-  to {
-    transform: rotate(360deg);
-  }
-}
diff --git a/app/javascript/themes/spin/theme.yml b/app/javascript/themes/spin/theme.yml
deleted file mode 100644 (file)
index a684997..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-name: spin
-pack: pack.js
\ No newline at end of file