|
40 | 40 | --font-weight-bold: 700; |
41 | 41 | --tracking-tight: -0.025em; |
42 | 42 | --radius-lg: 0.5rem; |
43 | | - --default-transition-duration: 150ms; |
44 | | - --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); |
45 | 43 | --default-font-family: var(--font-sans); |
46 | 44 | --default-mono-font-family: var(--font-mono); |
47 | 45 | } |
|
681 | 679 | .inline-block { |
682 | 680 | display: inline-block; |
683 | 681 | } |
684 | | - .h-5 { |
685 | | - height: calc(var(--spacing) * 5); |
686 | | - } |
687 | 682 | .h-16 { |
688 | 683 | height: calc(var(--spacing) * 16); |
689 | 684 | } |
|
696 | 691 | .w-1\/2 { |
697 | 692 | width: calc(1/2 * 100%); |
698 | 693 | } |
699 | | - .w-5 { |
700 | | - width: calc(var(--spacing) * 5); |
701 | | - } |
702 | 694 | .w-full { |
703 | 695 | width: 100%; |
704 | 696 | } |
|
714 | 706 | .flex-1 { |
715 | 707 | flex: 1; |
716 | 708 | } |
717 | | - .shrink-0 { |
718 | | - flex-shrink: 0; |
719 | | - } |
720 | 709 | .grid-cols-2 { |
721 | 710 | grid-template-columns: repeat(2, minmax(0, 1fr)); |
722 | 711 | } |
|
908 | 897 | --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)); |
909 | 898 | box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow); |
910 | 899 | } |
911 | | - .transition { |
912 | | - transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, visibility, content-visibility, overlay, pointer-events; |
913 | | - transition-timing-function: var(--tw-ease, var(--default-transition-timing-function)); |
914 | | - transition-duration: var(--tw-duration, var(--default-transition-duration)); |
915 | | - } |
916 | | - .duration-75 { |
917 | | - --tw-duration: 75ms; |
918 | | - transition-duration: 75ms; |
919 | | - } |
920 | | - .group-hover\:text-gray-900 { |
921 | | - &:is(:where(.group):hover *) { |
922 | | - @media (hover: hover) { |
923 | | - color: var(--color-gray-900); |
924 | | - } |
925 | | - } |
926 | | - } |
927 | 900 | .hover\:bg-blue-800 { |
928 | 901 | &:hover { |
929 | 902 | @media (hover: hover) { |
|
1048 | 1021 | } |
1049 | 1022 | } |
1050 | 1023 | } |
1051 | | - .dark\:group-hover\:text-white { |
1052 | | - @media (prefers-color-scheme: dark) { |
1053 | | - &:is(:where(.group):hover *) { |
1054 | | - @media (hover: hover) { |
1055 | | - color: var(--color-white); |
1056 | | - } |
1057 | | - } |
1058 | | - } |
1059 | | - } |
1060 | 1024 | .dark\:hover\:bg-blue-700 { |
1061 | 1025 | @media (prefers-color-scheme: dark) { |
1062 | 1026 | &:hover { |
|
1207 | 1171 | inherits: false; |
1208 | 1172 | initial-value: 0 0 #0000; |
1209 | 1173 | } |
1210 | | -@property --tw-duration { |
1211 | | - syntax: "*"; |
1212 | | - inherits: false; |
1213 | | -} |
1214 | 1174 | @layer properties { |
1215 | 1175 | @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) { |
1216 | 1176 | *, ::before, ::after, ::backdrop { |
|
1232 | 1192 | --tw-ring-offset-width: 0px; |
1233 | 1193 | --tw-ring-offset-color: #fff; |
1234 | 1194 | --tw-ring-offset-shadow: 0 0 #0000; |
1235 | | - --tw-duration: initial; |
1236 | 1195 | } |
1237 | 1196 | } |
1238 | 1197 | } |
0 commit comments