Files
yaak/src-web/components/Tabs.css
2023-03-09 13:07:13 -08:00

6 lines
77 B
CSS

.tab-content {
&[data-state="inactive"] {
@apply hidden;
}
}