file-browser/assets/input.css

7 lines
101 B
CSS

@tailwind base;
@tailwind components;
@tailwind utilities;
dialog:not([open]) {
display: none;
}