Browse Source

Remove animation import - unsure if animations are desired

Jannik Streidl 7 tháng trước cách đây
mục cha
commit
8eb82265d0
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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';