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 b7b19d6 commit 65cd9a2Copy full SHA for 65cd9a2
assets/css/tailwind.css
@@ -376,3 +376,33 @@
376
@apply flex items-center justify-between rounded px-2 py-1 hover:bg-layer-hover focus-visible:outline-none focus-visible:ring;
377
}
378
379
+
380
+@layer utilities {
381
+ .flex-direction-inherit {
382
+ flex-direction: inherit;
383
+ }
384
385
+ .flex-inherit {
386
+ align-items: inherit;
387
388
+ flex-wrap: inherit;
389
+ gap: inherit;
390
+ justify-content: inherit;
391
392
393
+ .flex-wrap-inherit {
394
395
396
397
+ .gap-inherit {
398
399
400
401
+ .items-inherit {
402
403
404
405
+ .justify-inherit {
406
407
408
+}
0 commit comments