import-syntax.test.css 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138
  1. h1 {
  2. font-size: 32px;
  3. }
  4. *,
  5. ::before,
  6. ::after {
  7. --tw-border-spacing-x: 0;
  8. --tw-border-spacing-y: 0;
  9. --tw-translate-x: 0;
  10. --tw-translate-y: 0;
  11. --tw-rotate: 0;
  12. --tw-skew-x: 0;
  13. --tw-skew-y: 0;
  14. --tw-scale-x: 1;
  15. --tw-scale-y: 1;
  16. --tw-pan-x: ;
  17. --tw-pan-y: ;
  18. --tw-pinch-zoom: ;
  19. --tw-scroll-snap-strictness: proximity;
  20. --tw-ordinal: ;
  21. --tw-slashed-zero: ;
  22. --tw-numeric-figure: ;
  23. --tw-numeric-spacing: ;
  24. --tw-numeric-fraction: ;
  25. --tw-ring-inset: ;
  26. --tw-ring-offset-width: 0px;
  27. --tw-ring-offset-color: #fff;
  28. --tw-ring-color: rgb(59 130 246 / 0.5);
  29. --tw-ring-offset-shadow: 0 0 #0000;
  30. --tw-ring-shadow: 0 0 #0000;
  31. --tw-shadow: 0 0 #0000;
  32. --tw-shadow-colored: 0 0 #0000;
  33. --tw-blur: ;
  34. --tw-brightness: ;
  35. --tw-contrast: ;
  36. --tw-grayscale: ;
  37. --tw-hue-rotate: ;
  38. --tw-invert: ;
  39. --tw-saturate: ;
  40. --tw-sepia: ;
  41. --tw-drop-shadow: ;
  42. --tw-backdrop-blur: ;
  43. --tw-backdrop-brightness: ;
  44. --tw-backdrop-contrast: ;
  45. --tw-backdrop-grayscale: ;
  46. --tw-backdrop-hue-rotate: ;
  47. --tw-backdrop-invert: ;
  48. --tw-backdrop-opacity: ;
  49. --tw-backdrop-saturate: ;
  50. --tw-backdrop-sepia: ;
  51. }
  52. ::backdrop {
  53. --tw-border-spacing-x: 0;
  54. --tw-border-spacing-y: 0;
  55. --tw-translate-x: 0;
  56. --tw-translate-y: 0;
  57. --tw-rotate: 0;
  58. --tw-skew-x: 0;
  59. --tw-skew-y: 0;
  60. --tw-scale-x: 1;
  61. --tw-scale-y: 1;
  62. --tw-pan-x: ;
  63. --tw-pan-y: ;
  64. --tw-pinch-zoom: ;
  65. --tw-scroll-snap-strictness: proximity;
  66. --tw-ordinal: ;
  67. --tw-slashed-zero: ;
  68. --tw-numeric-figure: ;
  69. --tw-numeric-spacing: ;
  70. --tw-numeric-fraction: ;
  71. --tw-ring-inset: ;
  72. --tw-ring-offset-width: 0px;
  73. --tw-ring-offset-color: #fff;
  74. --tw-ring-color: rgb(59 130 246 / 0.5);
  75. --tw-ring-offset-shadow: 0 0 #0000;
  76. --tw-ring-shadow: 0 0 #0000;
  77. --tw-shadow: 0 0 #0000;
  78. --tw-shadow-colored: 0 0 #0000;
  79. --tw-blur: ;
  80. --tw-brightness: ;
  81. --tw-contrast: ;
  82. --tw-grayscale: ;
  83. --tw-hue-rotate: ;
  84. --tw-invert: ;
  85. --tw-saturate: ;
  86. --tw-sepia: ;
  87. --tw-drop-shadow: ;
  88. --tw-backdrop-blur: ;
  89. --tw-backdrop-brightness: ;
  90. --tw-backdrop-contrast: ;
  91. --tw-backdrop-grayscale: ;
  92. --tw-backdrop-hue-rotate: ;
  93. --tw-backdrop-invert: ;
  94. --tw-backdrop-opacity: ;
  95. --tw-backdrop-saturate: ;
  96. --tw-backdrop-sepia: ;
  97. }
  98. .container {
  99. width: 100%;
  100. }
  101. @media (min-width: 640px) {
  102. .container {
  103. max-width: 640px;
  104. }
  105. }
  106. @media (min-width: 768px) {
  107. .container {
  108. max-width: 768px;
  109. }
  110. }
  111. @media (min-width: 1024px) {
  112. .container {
  113. max-width: 1024px;
  114. }
  115. }
  116. @media (min-width: 1280px) {
  117. .container {
  118. max-width: 1280px;
  119. }
  120. }
  121. @media (min-width: 1536px) {
  122. .container {
  123. max-width: 1536px;
  124. }
  125. }
  126. .mt-6 {
  127. margin-top: 1.5rem;
  128. }
  129. .bg-black {
  130. --tw-bg-opacity: 1;
  131. background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  132. }
  133. @media (min-width: 768px) {
  134. .md\:hover\:text-center:hover {
  135. text-align: center;
  136. }
  137. }