From bd86f4fc950cdc5bb4cb346f48c14a6e356dc4fb Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado Date: Thu, 7 Mar 2024 21:55:16 -0600 Subject: stop tracking live/ --- live/static/font-awesome/less/_animated.less | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 live/static/font-awesome/less/_animated.less (limited to 'live/static/font-awesome/less/_animated.less') diff --git a/live/static/font-awesome/less/_animated.less b/live/static/font-awesome/less/_animated.less deleted file mode 100644 index 704ec95..0000000 --- a/live/static/font-awesome/less/_animated.less +++ /dev/null @@ -1,19 +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-54-g00ecf