serb_stem 0.1.4

A high-performance Serbian stemming library supporting both Cyrillic and Latin scripts (Ekavica).
Documentation
@tailwind base;
@tailwind components;
@tailwind utilities;

@layer base {
  body {
    @apply bg-[#0d1117] text-[#f0f6fc] antialiased;
  }
}

@layer components {
  .animate-in {
    animation-duration: 500ms;
    animation-fill-mode: forwards;
  }
}

/* Custom scrollbar for dark theme */
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #0d1117;
}

::-webkit-scrollbar-thumb {
  background: #30363d;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #484f58;
}