1
1
mirror of https://github.com/neosubhamoy/neosubhamoy-portfolio.git synced 2025-12-20 06:59:34 +05:30

(refactor/fixed): updated featured projects fething method and fixed no-scollbar tailwind class missing in production

This commit is contained in:
2024-08-01 23:41:25 +05:30
parent a6fa2a96e7
commit 9d4cbfa040
6 changed files with 34 additions and 55 deletions

View File

@@ -1,14 +1,3 @@
@tailwind base;
@tailwind components;
@tailwind utilities;
@layer utilities {
.no-scrollbar::-webkit-scrollbar {
display: none;
}
.no-scrollbar {
-ms-overflow-style: none;
scrollbar-width: none;
}
}
@tailwind utilities;