Files
yaak/src-web/components/core/Tabs/Tabs.css
Gregory Schier f81a3ae8e7 Move stuff around
2023-03-13 23:30:14 -07:00

6 lines
77 B
CSS

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