mirror of
https://github.com/acaloiaro/frm
synced 2026-07-21 10:12:23 +00:00
10 lines
No EOL
159 B
CSS
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;
|
|
} |