frm/ui/css/tailwind.css
Adriano Caloiaro caa95c66b6
initial commit
2024-12-16 17:01:53 -07:00

10 lines
No EOL
159 B
CSS

@tailwind base;
@tailwind components;
@tailwind utilities;
/*
globally kill the tailwind ring by default
*/
input {
--tw-ring-shadow: 0 0 #000 !important;
}