Skip to content

Commit fa7b246

Browse files
committed
Add css utility
1 parent 979f98f commit fa7b246

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

app/javascript/css/utilities/tailwind-media.scss

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,10 +121,12 @@
121121
.lg\:block {
122122
display: block;
123123
}
124+
124125
.lg\:flex {
125126
display: flex;
126127
}
127-
.log\:static {
128-
position: static;
128+
129+
.lg\:hidden {
130+
display: none;
129131
}
130132
}

0 commit comments

Comments
 (0)