prefix.test.css 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187
  1. *,
  2. ::before,
  3. ::after {
  4. --tw-border-spacing-x: 0;
  5. --tw-border-spacing-y: 0;
  6. --tw-translate-x: 0;
  7. --tw-translate-y: 0;
  8. --tw-rotate: 0;
  9. --tw-skew-x: 0;
  10. --tw-skew-y: 0;
  11. --tw-scale-x: 1;
  12. --tw-scale-y: 1;
  13. --tw-pan-x: ;
  14. --tw-pan-y: ;
  15. --tw-pinch-zoom: ;
  16. --tw-scroll-snap-strictness: proximity;
  17. --tw-ordinal: ;
  18. --tw-slashed-zero: ;
  19. --tw-numeric-figure: ;
  20. --tw-numeric-spacing: ;
  21. --tw-numeric-fraction: ;
  22. --tw-ring-inset: ;
  23. --tw-ring-offset-width: 0px;
  24. --tw-ring-offset-color: #fff;
  25. --tw-ring-color: rgb(59 130 246 / 0.5);
  26. --tw-ring-offset-shadow: 0 0 #0000;
  27. --tw-ring-shadow: 0 0 #0000;
  28. --tw-shadow: 0 0 #0000;
  29. --tw-shadow-colored: 0 0 #0000;
  30. --tw-blur: ;
  31. --tw-brightness: ;
  32. --tw-contrast: ;
  33. --tw-grayscale: ;
  34. --tw-hue-rotate: ;
  35. --tw-invert: ;
  36. --tw-saturate: ;
  37. --tw-sepia: ;
  38. --tw-drop-shadow: ;
  39. --tw-backdrop-blur: ;
  40. --tw-backdrop-brightness: ;
  41. --tw-backdrop-contrast: ;
  42. --tw-backdrop-grayscale: ;
  43. --tw-backdrop-hue-rotate: ;
  44. --tw-backdrop-invert: ;
  45. --tw-backdrop-opacity: ;
  46. --tw-backdrop-saturate: ;
  47. --tw-backdrop-sepia: ;
  48. }
  49. ::backdrop {
  50. --tw-border-spacing-x: 0;
  51. --tw-border-spacing-y: 0;
  52. --tw-translate-x: 0;
  53. --tw-translate-y: 0;
  54. --tw-rotate: 0;
  55. --tw-skew-x: 0;
  56. --tw-skew-y: 0;
  57. --tw-scale-x: 1;
  58. --tw-scale-y: 1;
  59. --tw-pan-x: ;
  60. --tw-pan-y: ;
  61. --tw-pinch-zoom: ;
  62. --tw-scroll-snap-strictness: proximity;
  63. --tw-ordinal: ;
  64. --tw-slashed-zero: ;
  65. --tw-numeric-figure: ;
  66. --tw-numeric-spacing: ;
  67. --tw-numeric-fraction: ;
  68. --tw-ring-inset: ;
  69. --tw-ring-offset-width: 0px;
  70. --tw-ring-offset-color: #fff;
  71. --tw-ring-color: rgb(59 130 246 / 0.5);
  72. --tw-ring-offset-shadow: 0 0 #0000;
  73. --tw-ring-shadow: 0 0 #0000;
  74. --tw-shadow: 0 0 #0000;
  75. --tw-shadow-colored: 0 0 #0000;
  76. --tw-blur: ;
  77. --tw-brightness: ;
  78. --tw-contrast: ;
  79. --tw-grayscale: ;
  80. --tw-hue-rotate: ;
  81. --tw-invert: ;
  82. --tw-saturate: ;
  83. --tw-sepia: ;
  84. --tw-drop-shadow: ;
  85. --tw-backdrop-blur: ;
  86. --tw-backdrop-brightness: ;
  87. --tw-backdrop-contrast: ;
  88. --tw-backdrop-grayscale: ;
  89. --tw-backdrop-hue-rotate: ;
  90. --tw-backdrop-invert: ;
  91. --tw-backdrop-opacity: ;
  92. --tw-backdrop-saturate: ;
  93. --tw-backdrop-sepia: ;
  94. }
  95. .tw-container {
  96. width: 100%;
  97. }
  98. @media (min-width: 640px) {
  99. .tw-container {
  100. max-width: 640px;
  101. }
  102. }
  103. @media (min-width: 768px) {
  104. .tw-container {
  105. max-width: 768px;
  106. }
  107. }
  108. @media (min-width: 1024px) {
  109. .tw-container {
  110. max-width: 1024px;
  111. }
  112. }
  113. @media (min-width: 1280px) {
  114. .tw-container {
  115. max-width: 1280px;
  116. }
  117. }
  118. @media (min-width: 1536px) {
  119. .tw-container {
  120. max-width: 1536px;
  121. }
  122. }
  123. .tw-btn-prefix {
  124. button: yes;
  125. }
  126. .btn-no-prefix {
  127. button: yes;
  128. }
  129. .custom-component {
  130. font-weight: 700;
  131. }
  132. .tw-dark .tw-group:hover .custom-component {
  133. font-weight: 400;
  134. }
  135. .tw--ml-4 {
  136. margin-left: -1rem;
  137. }
  138. .tw-animate-ping {
  139. animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  140. }
  141. @keyframes tw-spin {
  142. to {
  143. transform: rotate(360deg);
  144. }
  145. }
  146. .tw-animate-spin {
  147. animation: tw-spin 1s linear infinite;
  148. }
  149. .tw-font-bold {
  150. font-weight: 700;
  151. }
  152. .tw-custom-util-prefix {
  153. button: no;
  154. }
  155. .custom-util-no-prefix {
  156. button: no;
  157. }
  158. .tw-group:hover .group-hover\:focus-within\:tw-text-left:focus-within {
  159. text-align: left;
  160. }
  161. [dir='rtl'] .rtl\:active\:tw-text-center:active {
  162. text-align: center;
  163. }
  164. @media (prefers-reduced-motion: no-preference) {
  165. .motion-safe\:hover\:tw-text-center:hover {
  166. text-align: center;
  167. }
  168. }
  169. .tw-dark .dark\:tw-bg-\[rgb\(255\2c 0\2c 0\)\] {
  170. --tw-bg-opacity: 1;
  171. background-color: rgb(255 0 0 / var(--tw-bg-opacity));
  172. }
  173. .tw-dark .dark\:focus\:tw-text-left:focus {
  174. text-align: left;
  175. }
  176. @media (min-width: 768px) {
  177. .md\:tw--ml-5 {
  178. margin-left: -1.25rem;
  179. }
  180. .md\:hover\:tw--ml-6:hover {
  181. margin-left: -1.5rem;
  182. }
  183. .md\:hover\:tw-text-right:hover {
  184. text-align: right;
  185. }
  186. }