From c6393f86d70ca33385cc8029e9e5029c5627d5c3 Mon Sep 17 00:00:00 2001 From: Meet Mangukiya Date: Tue, 25 Feb 2020 03:29:49 +0530 Subject: Remove yarn/npm from docs Closes https://github.com/mitmproxy/mitmproxy/issues/3716 --- docs/style/fa/_animated.scss | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 docs/style/fa/_animated.scss (limited to 'docs/style/fa/_animated.scss') diff --git a/docs/style/fa/_animated.scss b/docs/style/fa/_animated.scss deleted file mode 100644 index 7c7c0e17..00000000 --- a/docs/style/fa/_animated.scss +++ /dev/null @@ -1,20 +0,0 @@ -// Animated Icons -// -------------------------- - -.#{$fa-css-prefix}-spin { - animation: fa-spin 2s infinite linear; -} - -.#{$fa-css-prefix}-pulse { - animation: fa-spin 1s infinite steps(8); -} - -@keyframes fa-spin { - 0% { - transform: rotate(0deg); - } - - 100% { - transform: rotate(360deg); - } -} -- cgit v1.2.3