9 lines
102 B
CSS
9 lines
102 B
CSS
|
@tailwind base;
|
||
|
@tailwind components;
|
||
|
@tailwind utilities;
|
||
|
|
||
|
html,
|
||
|
body {
|
||
|
background: transparent;
|
||
|
}
|