setup taillwind

This commit is contained in:
nikita
2026-06-12 00:58:32 +03:00
parent da9da0971f
commit df52c0e8b8
12 changed files with 1314 additions and 360 deletions
+14
View File
@@ -0,0 +1,14 @@
@import "tailwindcss";
@import "./normalize.css";
@import "./root.css";
@import "./themes.css";
/* Hide scrollbar but keep functionality */
.scrollbar-hide {
-ms-overflow-style: none; /* IE and Edge */
scrollbar-width: none; /* Firefox */
}
.scrollbar-hide::-webkit-scrollbar {
display: none; /* Chrome, Safari and Opera */
}