Skip to content

Commit 09fb511

Browse files
authored
Merge pull request #2294 from system-ui/dependabot/npm_and_yarn/tailwindcss-3.1.8
chore(deps-dev): bump tailwindcss from 3.0.15 to 3.1.8
2 parents 16c5a74 + 9215889 commit 09fb511

File tree

3 files changed

+306
-117
lines changed

3 files changed

+306
-117
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
"@auto-it/released": "^10.32.3",
3939
"@babel/cli": "^7.13.14",
4040
"@babel/core": "^7.15.8",
41+
"@babel/helper-string-parser": "^7.18.10",
4142
"@babel/helper-validator-identifier": "^7.12.11",
4243
"@babel/plugin-transform-runtime": "^7.16.4",
4344
"@babel/preset-env": "^7.16.4",

packages/tailwind/test/__snapshots__/test.ts.snap

Lines changed: 97 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
exports[`does not error when using the Tailwind CLI 1`] = `
44
"/*
5-
! tailwindcss v3.0.15 | MIT License | https://tailwindcss.com
5+
! tailwindcss v3.1.8 | MIT License | https://tailwindcss.com
66
*/
77
88
/*
@@ -190,6 +190,8 @@ textarea {
190190
/* 1 */
191191
font-size: 100%;
192192
/* 1 */
193+
font-weight: inherit;
194+
/* 1 */
193195
line-height: inherit;
194196
/* 1 */
195197
color: inherit;
@@ -418,15 +420,103 @@ video {
418420
height: auto;
419421
}
420422
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+
}
424469
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: ;
427515
}
428516
429-
*, ::before, ::after {
517+
::backdrop {
518+
--tw-border-spacing-x: 0;
519+
--tw-border-spacing-y: 0;
430520
--tw-translate-x: 0;
431521
--tw-translate-y: 0;
432522
--tw-rotate: 0;

0 commit comments

Comments
 (0)