Skip to content

Instantly share code, notes, and snippets.

View valkwtf's full-sized avatar
❤️
love you

valk.wtf valkwtf

❤️
love you
  • Logged
  • Hell.
View GitHub Profile
@valkwtf
valkwtf / App.css
Created October 11, 2025 09:22
index
@import "tailwindcss";
@import "tw-animate-css";
@custom-variant dark (&:is(.dark *));
@theme inline {
--radius-sm: calc(var(--radius) - 4px);
--radius-md: calc(var(--radius) - 2px);
--radius-lg: var(--radius);
--radius-xl: calc(var(--radius) + 4px);