chore: fix tailwind linter warning

This commit is contained in:
Steven 2023-07-29 15:51:01 +08:00
parent a44b6494bf
commit f5463af7db

View File

@ -12,7 +12,6 @@ html,
}
@layer utilities {
@variants responsive {
/* Hide scrollbar for Chrome, Safari and Opera */
.no-scrollbar::-webkit-scrollbar {
display: none;
@ -23,5 +22,4 @@ html,
-ms-overflow-style: none; /* IE and Edge */
scrollbar-width: none; /* Firefox */
}
}
}