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); - } -}