migration to vueCLi and css to tailwind css 3 done

This commit is contained in:
Niharika Goulikar
2025-02-16 11:54:08 +00:00
parent 98e58c9c49
commit 5801dfee7e
22 changed files with 15311 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
@tailwind base;
@tailwind components;
@tailwind utilities;
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap');
.scrollbar-hide::-webkit-scrollbar {
display: none;
}
.scrollbar-hide {
-ms-overflow-style: none; /* IE and Edge */
scrollbar-width: none; /* Firefox */
}