瀏覽代碼

Remove animation import - unsure if animations are desired

Jannik Streidl 7 月之前
父節點
當前提交
8eb82265d0
共有 1 個文件被更改,包括 0 次插入1 次删除
  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 { marked } from 'marked';
 
 
 	import tippy from 'tippy.js';
 	import tippy from 'tippy.js';
-	import 'tippy.js/animations/perspective.css';
 	import { roundArrow } from 'tippy.js';
 	import { roundArrow } from 'tippy.js';
 
 
 	export let placement = 'top';
 	export let placement = 'top';