소스 검색

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 tippy from 'tippy.js';
-	import 'tippy.js/animations/perspective.css';
 	import { roundArrow } from 'tippy.js';
 
 	export let placement = 'top';