Browse Source

Remove animation import - unsure if animations are desired

Jannik Streidl 7 months ago
parent
commit
8eb82265d0
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/lib/components/common/Tooltip.svelte

+ 0 - 1
src/lib/components/common/Tooltip.svelte

@@ -5,7 +5,6 @@
 	import { marked } from 'marked';
 
 	import tippy from 'tippy.js';
-	import 'tippy.js/animations/perspective.css';
 	import { roundArrow } from 'tippy.js';
 
 	export let placement = 'top';