|
2 | 2 |
|
3 | 3 | exports[`does not error when using the Tailwind CLI 1`] = ` |
4 | 4 | "/* |
5 | | -! tailwindcss v3.0.15 | MIT License | https://tailwindcss.com |
| 5 | +! tailwindcss v3.1.8 | MIT License | https://tailwindcss.com |
6 | 6 | */ |
7 | 7 |
|
8 | 8 | /* |
@@ -190,6 +190,8 @@ textarea { |
190 | 190 | /* 1 */ |
191 | 191 | font-size: 100%; |
192 | 192 | /* 1 */ |
| 193 | + font-weight: inherit; |
| 194 | + /* 1 */ |
193 | 195 | line-height: inherit; |
194 | 196 | /* 1 */ |
195 | 197 | color: inherit; |
@@ -418,15 +420,103 @@ video { |
418 | 420 | height: auto; |
419 | 421 | } |
420 | 422 |
|
421 | | -/* |
422 | | -Ensure the default browser behavior of the \`hidden\` attribute. |
423 | | -*/ |
| 423 | +*, ::before, ::after { |
| 424 | + --tw-border-spacing-x: 0; |
| 425 | + --tw-border-spacing-y: 0; |
| 426 | + --tw-translate-x: 0; |
| 427 | + --tw-translate-y: 0; |
| 428 | + --tw-rotate: 0; |
| 429 | + --tw-skew-x: 0; |
| 430 | + --tw-skew-y: 0; |
| 431 | + --tw-scale-x: 1; |
| 432 | + --tw-scale-y: 1; |
| 433 | + --tw-pan-x: ; |
| 434 | + --tw-pan-y: ; |
| 435 | + --tw-pinch-zoom: ; |
| 436 | + --tw-scroll-snap-strictness: proximity; |
| 437 | + --tw-ordinal: ; |
| 438 | + --tw-slashed-zero: ; |
| 439 | + --tw-numeric-figure: ; |
| 440 | + --tw-numeric-spacing: ; |
| 441 | + --tw-numeric-fraction: ; |
| 442 | + --tw-ring-inset: ; |
| 443 | + --tw-ring-offset-width: 0px; |
| 444 | + --tw-ring-offset-color: #fff; |
| 445 | + --tw-ring-color: rgb(59 130 246 / 0.5); |
| 446 | + --tw-ring-offset-shadow: 0 0 #0000; |
| 447 | + --tw-ring-shadow: 0 0 #0000; |
| 448 | + --tw-shadow: 0 0 #0000; |
| 449 | + --tw-shadow-colored: 0 0 #0000; |
| 450 | + --tw-blur: ; |
| 451 | + --tw-brightness: ; |
| 452 | + --tw-contrast: ; |
| 453 | + --tw-grayscale: ; |
| 454 | + --tw-hue-rotate: ; |
| 455 | + --tw-invert: ; |
| 456 | + --tw-saturate: ; |
| 457 | + --tw-sepia: ; |
| 458 | + --tw-drop-shadow: ; |
| 459 | + --tw-backdrop-blur: ; |
| 460 | + --tw-backdrop-brightness: ; |
| 461 | + --tw-backdrop-contrast: ; |
| 462 | + --tw-backdrop-grayscale: ; |
| 463 | + --tw-backdrop-hue-rotate: ; |
| 464 | + --tw-backdrop-invert: ; |
| 465 | + --tw-backdrop-opacity: ; |
| 466 | + --tw-backdrop-saturate: ; |
| 467 | + --tw-backdrop-sepia: ; |
| 468 | +} |
424 | 469 |
|
425 | | -[hidden] { |
426 | | - display: none; |
| 470 | +::-webkit-backdrop { |
| 471 | + --tw-border-spacing-x: 0; |
| 472 | + --tw-border-spacing-y: 0; |
| 473 | + --tw-translate-x: 0; |
| 474 | + --tw-translate-y: 0; |
| 475 | + --tw-rotate: 0; |
| 476 | + --tw-skew-x: 0; |
| 477 | + --tw-skew-y: 0; |
| 478 | + --tw-scale-x: 1; |
| 479 | + --tw-scale-y: 1; |
| 480 | + --tw-pan-x: ; |
| 481 | + --tw-pan-y: ; |
| 482 | + --tw-pinch-zoom: ; |
| 483 | + --tw-scroll-snap-strictness: proximity; |
| 484 | + --tw-ordinal: ; |
| 485 | + --tw-slashed-zero: ; |
| 486 | + --tw-numeric-figure: ; |
| 487 | + --tw-numeric-spacing: ; |
| 488 | + --tw-numeric-fraction: ; |
| 489 | + --tw-ring-inset: ; |
| 490 | + --tw-ring-offset-width: 0px; |
| 491 | + --tw-ring-offset-color: #fff; |
| 492 | + --tw-ring-color: rgb(59 130 246 / 0.5); |
| 493 | + --tw-ring-offset-shadow: 0 0 #0000; |
| 494 | + --tw-ring-shadow: 0 0 #0000; |
| 495 | + --tw-shadow: 0 0 #0000; |
| 496 | + --tw-shadow-colored: 0 0 #0000; |
| 497 | + --tw-blur: ; |
| 498 | + --tw-brightness: ; |
| 499 | + --tw-contrast: ; |
| 500 | + --tw-grayscale: ; |
| 501 | + --tw-hue-rotate: ; |
| 502 | + --tw-invert: ; |
| 503 | + --tw-saturate: ; |
| 504 | + --tw-sepia: ; |
| 505 | + --tw-drop-shadow: ; |
| 506 | + --tw-backdrop-blur: ; |
| 507 | + --tw-backdrop-brightness: ; |
| 508 | + --tw-backdrop-contrast: ; |
| 509 | + --tw-backdrop-grayscale: ; |
| 510 | + --tw-backdrop-hue-rotate: ; |
| 511 | + --tw-backdrop-invert: ; |
| 512 | + --tw-backdrop-opacity: ; |
| 513 | + --tw-backdrop-saturate: ; |
| 514 | + --tw-backdrop-sepia: ; |
427 | 515 | } |
428 | 516 |
|
429 | | -*, ::before, ::after { |
| 517 | +::backdrop { |
| 518 | + --tw-border-spacing-x: 0; |
| 519 | + --tw-border-spacing-y: 0; |
430 | 520 | --tw-translate-x: 0; |
431 | 521 | --tw-translate-y: 0; |
432 | 522 | --tw-rotate: 0; |
|
0 commit comments