Skip to content

Commit d28b35e

Browse files
committed
Add tailwind utility
1 parent 22991af commit d28b35e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

app/javascript/css/utilities/tailwind.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -986,3 +986,11 @@ focus\:ring-0:focus {
986986
.grid-flow-dense {
987987
grid-auto-flow: dense;
988988
}
989+
990+
.only\:inherit {
991+
display: hidden;
992+
993+
&:only-child {
994+
display: inherit;
995+
}
996+
}

0 commit comments

Comments
 (0)