Skip to content

Commit 687cc0f

Browse files
committed
Update dependencies
1 parent b9d07a8 commit 687cc0f

File tree

5 files changed

+231
-156
lines changed

5 files changed

+231
-156
lines changed

docs/index.js

Lines changed: 19 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/index.js.map

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/style.css

Lines changed: 98 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
! tailwindcss v3.0.24 | MIT License | https://tailwindcss.com
2+
! tailwindcss v3.1.2 | MIT License | https://tailwindcss.com
33
*//*
44
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
55
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
@@ -164,6 +164,7 @@ select,
164164
textarea {
165165
font-family: inherit; /* 1 */
166166
font-size: 100%; /* 1 */
167+
font-weight: inherit; /* 1 */
167168
line-height: inherit; /* 1 */
168169
color: inherit; /* 1 */
169170
margin: 0; /* 2 */
@@ -372,14 +373,6 @@ video {
372373
height: auto;
373374
}
374375

375-
/*
376-
Ensure the default browser behavior of the `hidden` attribute.
377-
*/
378-
379-
[hidden] {
380-
display: none;
381-
}
382-
383376
[type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
384377
-webkit-appearance: none;
385378
-moz-appearance: none;
@@ -556,6 +549,102 @@ select {
556549
}
557550

558551
*, ::before, ::after {
552+
--tw-border-spacing-x: 0;
553+
--tw-border-spacing-y: 0;
554+
--tw-translate-x: 0;
555+
--tw-translate-y: 0;
556+
--tw-rotate: 0;
557+
--tw-skew-x: 0;
558+
--tw-skew-y: 0;
559+
--tw-scale-x: 1;
560+
--tw-scale-y: 1;
561+
--tw-pan-x: ;
562+
--tw-pan-y: ;
563+
--tw-pinch-zoom: ;
564+
--tw-scroll-snap-strictness: proximity;
565+
--tw-ordinal: ;
566+
--tw-slashed-zero: ;
567+
--tw-numeric-figure: ;
568+
--tw-numeric-spacing: ;
569+
--tw-numeric-fraction: ;
570+
--tw-ring-inset: ;
571+
--tw-ring-offset-width: 0px;
572+
--tw-ring-offset-color: #fff;
573+
--tw-ring-color: rgb(59 130 246 / 0.5);
574+
--tw-ring-offset-shadow: 0 0 #0000;
575+
--tw-ring-shadow: 0 0 #0000;
576+
--tw-shadow: 0 0 #0000;
577+
--tw-shadow-colored: 0 0 #0000;
578+
--tw-blur: ;
579+
--tw-brightness: ;
580+
--tw-contrast: ;
581+
--tw-grayscale: ;
582+
--tw-hue-rotate: ;
583+
--tw-invert: ;
584+
--tw-saturate: ;
585+
--tw-sepia: ;
586+
--tw-drop-shadow: ;
587+
--tw-backdrop-blur: ;
588+
--tw-backdrop-brightness: ;
589+
--tw-backdrop-contrast: ;
590+
--tw-backdrop-grayscale: ;
591+
--tw-backdrop-hue-rotate: ;
592+
--tw-backdrop-invert: ;
593+
--tw-backdrop-opacity: ;
594+
--tw-backdrop-saturate: ;
595+
--tw-backdrop-sepia: ;
596+
}
597+
598+
::-webkit-backdrop {
599+
--tw-border-spacing-x: 0;
600+
--tw-border-spacing-y: 0;
601+
--tw-translate-x: 0;
602+
--tw-translate-y: 0;
603+
--tw-rotate: 0;
604+
--tw-skew-x: 0;
605+
--tw-skew-y: 0;
606+
--tw-scale-x: 1;
607+
--tw-scale-y: 1;
608+
--tw-pan-x: ;
609+
--tw-pan-y: ;
610+
--tw-pinch-zoom: ;
611+
--tw-scroll-snap-strictness: proximity;
612+
--tw-ordinal: ;
613+
--tw-slashed-zero: ;
614+
--tw-numeric-figure: ;
615+
--tw-numeric-spacing: ;
616+
--tw-numeric-fraction: ;
617+
--tw-ring-inset: ;
618+
--tw-ring-offset-width: 0px;
619+
--tw-ring-offset-color: #fff;
620+
--tw-ring-color: rgb(59 130 246 / 0.5);
621+
--tw-ring-offset-shadow: 0 0 #0000;
622+
--tw-ring-shadow: 0 0 #0000;
623+
--tw-shadow: 0 0 #0000;
624+
--tw-shadow-colored: 0 0 #0000;
625+
--tw-blur: ;
626+
--tw-brightness: ;
627+
--tw-contrast: ;
628+
--tw-grayscale: ;
629+
--tw-hue-rotate: ;
630+
--tw-invert: ;
631+
--tw-saturate: ;
632+
--tw-sepia: ;
633+
--tw-drop-shadow: ;
634+
--tw-backdrop-blur: ;
635+
--tw-backdrop-brightness: ;
636+
--tw-backdrop-contrast: ;
637+
--tw-backdrop-grayscale: ;
638+
--tw-backdrop-hue-rotate: ;
639+
--tw-backdrop-invert: ;
640+
--tw-backdrop-opacity: ;
641+
--tw-backdrop-saturate: ;
642+
--tw-backdrop-sepia: ;
643+
}
644+
645+
::backdrop {
646+
--tw-border-spacing-x: 0;
647+
--tw-border-spacing-y: 0;
559648
--tw-translate-x: 0;
560649
--tw-translate-y: 0;
561650
--tw-rotate: 0;

0 commit comments

Comments
 (0)