|
1 | | -/* |
2 | | - ! tailwindcss v3.2.7 | MIT License | https://tailwindcss.com |
3 | | - */ |
4 | | - |
5 | | -/* |
6 | | - 1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4) |
7 | | - 2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116) |
8 | | - */ |
9 | | - |
10 | | -* { |
11 | | - box-sizing: border-box; |
12 | | -} |
13 | | - |
14 | | -html { |
15 | | - line-height: 1.5; |
16 | | - font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; |
17 | | -} |
18 | | - |
19 | | -body { |
20 | | - margin: 0; |
21 | | -} |
22 | | - |
23 | | -pre { |
24 | | - margin: 0; |
25 | | - font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; |
26 | | - font-size: 1em; |
27 | | -} |
28 | | - |
29 | 1 | *, ::before, ::after { |
30 | 2 | --tw-border-spacing-x: 0; |
31 | 3 | --tw-border-spacing-y: 0; |
|
74 | 46 | --tw-backdrop-opacity: ; |
75 | 47 | --tw-backdrop-saturate: ; |
76 | 48 | --tw-backdrop-sepia: ; |
| 49 | + --tw-contain-size: ; |
| 50 | + --tw-contain-layout: ; |
| 51 | + --tw-contain-paint: ; |
| 52 | + --tw-contain-style: ; |
77 | 53 | } |
78 | 54 |
|
79 | 55 | ::backdrop { |
@@ -124,6 +100,38 @@ pre { |
124 | 100 | --tw-backdrop-opacity: ; |
125 | 101 | --tw-backdrop-saturate: ; |
126 | 102 | --tw-backdrop-sepia: ; |
| 103 | + --tw-contain-size: ; |
| 104 | + --tw-contain-layout: ; |
| 105 | + --tw-contain-paint: ; |
| 106 | + --tw-contain-style: ; |
| 107 | +} |
| 108 | + |
| 109 | +/* |
| 110 | + ! tailwindcss v3.2.7 | MIT License | https://tailwindcss.com |
| 111 | + */ |
| 112 | + |
| 113 | +/* |
| 114 | + 1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4) |
| 115 | + 2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116) |
| 116 | + */ |
| 117 | + |
| 118 | +* { |
| 119 | + box-sizing: border-box; |
| 120 | +} |
| 121 | + |
| 122 | +html { |
| 123 | + line-height: 1.5; |
| 124 | + font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; |
| 125 | +} |
| 126 | + |
| 127 | +body { |
| 128 | + margin: 0; |
| 129 | +} |
| 130 | + |
| 131 | +pre { |
| 132 | + margin: 0; |
| 133 | + font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; |
| 134 | + font-size: 1em; |
127 | 135 | } |
128 | 136 |
|
129 | 137 | .sc-link { |
@@ -487,38 +495,38 @@ pre { |
487 | 495 | background-color: rgb(238 242 255 / var(--tw-bg-opacity)); |
488 | 496 | } |
489 | 497 |
|
490 | | -:is(.sc-dark .dark\:sc-block) { |
| 498 | +.dark\:sc-block:is(.sc-dark *) { |
491 | 499 | display: block; |
492 | 500 | } |
493 | 501 |
|
494 | | -:is(.sc-dark .dark\:sc-hidden) { |
| 502 | +.dark\:sc-hidden:is(.sc-dark *) { |
495 | 503 | display: none; |
496 | 504 | } |
497 | 505 |
|
498 | | -:is(.sc-dark .dark\:sc-bg-neutral-700\/50) { |
| 506 | +.dark\:sc-bg-neutral-700\/50:is(.sc-dark *) { |
499 | 507 | background-color: rgb(64 64 64 / 0.5); |
500 | 508 | } |
501 | 509 |
|
502 | | -:is(.sc-dark .dark\:sc-bg-neutral-800) { |
| 510 | +.dark\:sc-bg-neutral-800:is(.sc-dark *) { |
503 | 511 | --tw-bg-opacity: 1; |
504 | 512 | background-color: rgb(38 38 38 / var(--tw-bg-opacity)); |
505 | 513 | } |
506 | 514 |
|
507 | | -:is(.sc-dark .dark\:sc-bg-neutral-900) { |
| 515 | +.dark\:sc-bg-neutral-900:is(.sc-dark *) { |
508 | 516 | --tw-bg-opacity: 1; |
509 | 517 | background-color: rgb(23 23 23 / var(--tw-bg-opacity)); |
510 | 518 | } |
511 | 519 |
|
512 | | -:is(.sc-dark .dark\:sc-text-inherit) { |
| 520 | +.dark\:sc-text-inherit:is(.sc-dark *) { |
513 | 521 | color: inherit; |
514 | 522 | } |
515 | 523 |
|
516 | | -:is(.sc-dark .dark\:sc-text-white) { |
| 524 | +.dark\:sc-text-white:is(.sc-dark *) { |
517 | 525 | --tw-text-opacity: 1; |
518 | 526 | color: rgb(255 255 255 / var(--tw-text-opacity)); |
519 | 527 | } |
520 | 528 |
|
521 | | -:is(.sc-dark .dark\:hover\:sc-bg-neutral-700\/50:hover) { |
| 529 | +.dark\:hover\:sc-bg-neutral-700\/50:hover:is(.sc-dark *) { |
522 | 530 | background-color: rgb(64 64 64 / 0.5); |
523 | 531 | } |
524 | 532 |
|
|
0 commit comments