pl-fe: Disable no-custom-classname eslint rule
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
@ -316,7 +316,7 @@
|
||||
}
|
||||
],
|
||||
"tailwindcss/migration-from-tailwind-2": "error",
|
||||
|
||||
"tailwindcss/no-custom-classname": "off",
|
||||
|
||||
"formatjs/enforce-default-message": "error",
|
||||
"formatjs/enforce-id": "error",
|
||||
|
||||
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user