collapse-adjacent-rules.test.css 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170
  1. @font-face {
  2. font-family: 'Poppins';
  3. src: url('/fonts/Poppins.woff2') format('woff2'), url('/fonts/Poppins.woff') format('woff');
  4. }
  5. @font-face {
  6. font-family: 'Proxima Nova';
  7. src: url('/fonts/ProximaNova.woff2') format('woff2'),
  8. url('/fonts/ProximaNova.woff') format('woff');
  9. }
  10. *,
  11. ::before,
  12. ::after {
  13. --tw-border-spacing-x: 0;
  14. --tw-border-spacing-y: 0;
  15. --tw-translate-x: 0;
  16. --tw-translate-y: 0;
  17. --tw-rotate: 0;
  18. --tw-skew-x: 0;
  19. --tw-skew-y: 0;
  20. --tw-scale-x: 1;
  21. --tw-scale-y: 1;
  22. --tw-pan-x: ;
  23. --tw-pan-y: ;
  24. --tw-pinch-zoom: ;
  25. --tw-scroll-snap-strictness: proximity;
  26. --tw-ordinal: ;
  27. --tw-slashed-zero: ;
  28. --tw-numeric-figure: ;
  29. --tw-numeric-spacing: ;
  30. --tw-numeric-fraction: ;
  31. --tw-ring-inset: ;
  32. --tw-ring-offset-width: 0px;
  33. --tw-ring-offset-color: #fff;
  34. --tw-ring-color: rgb(59 130 246 / 0.5);
  35. --tw-ring-offset-shadow: 0 0 #0000;
  36. --tw-ring-shadow: 0 0 #0000;
  37. --tw-shadow: 0 0 #0000;
  38. --tw-shadow-colored: 0 0 #0000;
  39. --tw-blur: ;
  40. --tw-brightness: ;
  41. --tw-contrast: ;
  42. --tw-grayscale: ;
  43. --tw-hue-rotate: ;
  44. --tw-invert: ;
  45. --tw-saturate: ;
  46. --tw-sepia: ;
  47. --tw-drop-shadow: ;
  48. --tw-backdrop-blur: ;
  49. --tw-backdrop-brightness: ;
  50. --tw-backdrop-contrast: ;
  51. --tw-backdrop-grayscale: ;
  52. --tw-backdrop-hue-rotate: ;
  53. --tw-backdrop-invert: ;
  54. --tw-backdrop-opacity: ;
  55. --tw-backdrop-saturate: ;
  56. --tw-backdrop-sepia: ;
  57. }
  58. ::backdrop {
  59. --tw-border-spacing-x: 0;
  60. --tw-border-spacing-y: 0;
  61. --tw-translate-x: 0;
  62. --tw-translate-y: 0;
  63. --tw-rotate: 0;
  64. --tw-skew-x: 0;
  65. --tw-skew-y: 0;
  66. --tw-scale-x: 1;
  67. --tw-scale-y: 1;
  68. --tw-pan-x: ;
  69. --tw-pan-y: ;
  70. --tw-pinch-zoom: ;
  71. --tw-scroll-snap-strictness: proximity;
  72. --tw-ordinal: ;
  73. --tw-slashed-zero: ;
  74. --tw-numeric-figure: ;
  75. --tw-numeric-spacing: ;
  76. --tw-numeric-fraction: ;
  77. --tw-ring-inset: ;
  78. --tw-ring-offset-width: 0px;
  79. --tw-ring-offset-color: #fff;
  80. --tw-ring-color: rgb(59 130 246 / 0.5);
  81. --tw-ring-offset-shadow: 0 0 #0000;
  82. --tw-ring-shadow: 0 0 #0000;
  83. --tw-shadow: 0 0 #0000;
  84. --tw-shadow-colored: 0 0 #0000;
  85. --tw-blur: ;
  86. --tw-brightness: ;
  87. --tw-contrast: ;
  88. --tw-grayscale: ;
  89. --tw-hue-rotate: ;
  90. --tw-invert: ;
  91. --tw-saturate: ;
  92. --tw-sepia: ;
  93. --tw-drop-shadow: ;
  94. --tw-backdrop-blur: ;
  95. --tw-backdrop-brightness: ;
  96. --tw-backdrop-contrast: ;
  97. --tw-backdrop-grayscale: ;
  98. --tw-backdrop-hue-rotate: ;
  99. --tw-backdrop-invert: ;
  100. --tw-backdrop-opacity: ;
  101. --tw-backdrop-saturate: ;
  102. --tw-backdrop-sepia: ;
  103. }
  104. @font-face {
  105. font-family: 'Inter';
  106. src: url('/fonts/Inter.woff2') format('woff2'), url('/fonts/Inter.woff') format('woff');
  107. }
  108. @font-face {
  109. font-family: 'Gilroy';
  110. src: url('/fonts/Gilroy.woff2') format('woff2'), url('/fonts/Gilroy.woff') format('woff');
  111. }
  112. @page {
  113. margin: 1cm;
  114. }
  115. .font-bold {
  116. font-weight: 700;
  117. }
  118. .foo,
  119. .bar {
  120. color: black;
  121. font-weight: 700;
  122. }
  123. @supports (foo: bar) {
  124. .some-apply-thing {
  125. font-weight: 700;
  126. --tw-text-opacity: 1;
  127. color: rgb(0 0 0 / var(--tw-text-opacity));
  128. }
  129. }
  130. @media (min-width: 768px) {
  131. .some-apply-thing {
  132. font-weight: 700;
  133. --tw-text-opacity: 1;
  134. color: rgb(0 0 0 / var(--tw-text-opacity));
  135. }
  136. }
  137. @supports (foo: bar) {
  138. @media (min-width: 768px) {
  139. .some-apply-thing {
  140. font-weight: 700;
  141. --tw-text-opacity: 1;
  142. color: rgb(0 0 0 / var(--tw-text-opacity));
  143. }
  144. }
  145. }
  146. @media (min-width: 640px) {
  147. .sm\:text-center {
  148. text-align: center;
  149. }
  150. .sm\:font-bold {
  151. font-weight: 700;
  152. }
  153. }
  154. @media (min-width: 768px) {
  155. .md\:text-center {
  156. text-align: center;
  157. }
  158. .md\:font-bold {
  159. font-weight: 700;
  160. }
  161. }
  162. @media (min-width: 1024px) {
  163. .lg\:text-center {
  164. text-align: center;
  165. }
  166. .lg\:font-bold {
  167. font-weight: 700;
  168. }
  169. }