7 lines
101 B
CSS
7 lines
101 B
CSS
|
@tailwind base;
|
||
|
@tailwind components;
|
||
|
@tailwind utilities;
|
||
|
|
||
|
dialog:not([open]) {
|
||
|
display: none;
|
||
|
}
|