From 0340ce23e79095b9106e7a890c99ac7a6ba6daf2 Mon Sep 17 00:00:00 2001 From: Xeovalyte Date: Thu, 9 Feb 2023 20:22:08 +0100 Subject: [PATCH] added favicon --- assets/css/tailwind.css | 26 -------------------------- 1 file changed, 26 deletions(-) diff --git a/assets/css/tailwind.css b/assets/css/tailwind.css index 3af7838..9b292a9 100644 --- a/assets/css/tailwind.css +++ b/assets/css/tailwind.css @@ -16,29 +16,3 @@ @apply text-xl; } } - -@layer utilities { - .perspective { - perspective: 100px; - } - - .preserve-3d { - transform-style: preserve-3d; - } - - .distance-1 { - transform: translateZ(-50px) scale(1.5); - } - - .distance-2 { - transform: translateZ(-100px) scale(2); - } - - .distance-3 { - transform: translateZ(-150px) scale(2.5); - } - - .-distance-1 { - transform: translateZ(50px) scale(0.5); - } -}