frm/ui/css/tailwind.css

10 lines
159 B
CSS
Raw Normal View History

2024-11-05 16:18:04 +00:00
@tailwind base;
@tailwind components;
@tailwind utilities;
/*
globally kill the tailwind ring by default
*/
input {
--tw-ring-shadow: 0 0 #000 !important;
}