pl-fe: Disable no-custom-classname eslint rule

Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
marcin mikołajczak
2024-09-30 17:59:57 +02:00
parent d21241165f
commit 961044a4c6
2 changed files with 2 additions and 2 deletions

View File

@ -316,7 +316,7 @@
}
],
"tailwindcss/migration-from-tailwind-2": "error",
"tailwindcss/no-custom-classname": "off",
"formatjs/enforce-default-message": "error",
"formatjs/enforce-id": "error",

View File

@ -21,7 +21,7 @@
@apply text-gray-400 cursor-zoom-in block no-underline leading-[0] relative z-[1] h-full w-full;
video {
@apply w-full h-full object-cover
@apply w-full h-full object-cover;
}
}
}