We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af50f6e commit 0a35f4fCopy full SHA for 0a35f4f
app/assets/stylesheets/application.css
@@ -66,6 +66,9 @@
66
@custom-variant theme-mist (&:where(.theme-mist, .theme-mist *));
67
@custom-variant theme-olive (&:where(.theme-olive, .theme-olive *));
68
69
+@custom-variant os-mac (&:where(.os-mac, .os-mac *));
70
+@custom-variant os-pc (&:where(.os-pc, .os-pc *));
71
+
72
@custom-variant has-cover (&:where(.has-cover *));
73
@custom-variant has-sidebar (&:where(.has-sidebar *));
74
@custom-variant has-record-selector (&:where(.has-record-selector *));
@@ -185,14 +188,6 @@
185
188
@apply bg-primary-400;
186
189
}
187
190
- body.os-mac .mac\:hidden {
- display: none;
- }
191
-
192
- body.os-pc .pc\:hidden {
193
194
195
196
body.modal-open {
197
@apply overflow-hidden;
198
0 commit comments