add prettier, pretify

This commit is contained in:
Zotov Ivan Yuryevich
2026-04-03 22:47:24 +03:00
parent d2ef5845d0
commit 05d6e7f6d5
83 changed files with 2112 additions and 2949 deletions

View File

@@ -1,11 +1,12 @@
/* Общие анимации для всего приложения */
@keyframes float {
0%, 100% {
transform: translateY(0px);
0%,
100% {
transform: translateY(0px);
}
50% {
transform: translateY(-10px);
50% {
transform: translateY(-10px);
}
}

View File

@@ -1,4 +1,4 @@
@import "tailwindcss";
@import 'tailwindcss';
@custom-variant dark (&:is(.dark *));
@@ -135,7 +135,7 @@
width: 100%;
overflow-x: hidden;
}
html {
width: 100%;
overflow-x: hidden;
@@ -199,4 +199,4 @@
html {
font-size: var(--font-size);
}
}