Explorar o código

Remove animation import - unsure if animations are desired

Jannik Streidl hai 7 meses
pai
achega
8eb82265d0
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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';