You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -1018,6 +1025,7 @@ Both because there are many theme plugins for Tailwind CSS, and because *what's
1018
1025
<td>❌</td>
1019
1026
<td>❌</td>
1020
1027
<td>❌</td>
1028
+
<td>❌</td>
1021
1029
<td>✅</td>
1022
1030
<td>✅</td>
1023
1031
<td>✅</td>
@@ -1029,6 +1037,7 @@ Both because there are many theme plugins for Tailwind CSS, and because *what's
1029
1037
<td>❌</td>
1030
1038
<td>❌</td>
1031
1039
<td>❌</td>
1040
+
<td>❌</td>
1032
1041
<td>✅</td>
1033
1042
<td>✅</td>
1034
1043
<td>❌</td>
@@ -1087,7 +1096,7 @@ Plugins that have a 🟡 support only some of the variants in Tailwind's core, a
1087
1096
2. It could still be possible for a flash of unthemed content to appear before the appropriate theme is activated
1088
1097
3. Your site will immediately jump between light and dark instead of smoothly transitioning with the rest of the screen on macOS
1089
1098
1090
-
**[`tailwindcss-prefers-dark-mode`](https://github.com/javifm86/tailwindcss-prefers-dark-mode)**: cannot use selectors and media queries at the same time; it's one or the other, so you have to put a ✅ in one row and ❌ in the other.
1099
+
**[`tailwindcss-prefers-dark-mode`](https://github.com/javifm86/tailwindcss-prefers-dark-mode)** and **[experimental `darkModeVariant`](https://github.com/tailwindlabs/tailwindcss/pull/2279)**: cannot use selectors and media queries at the same time; it's one or the other, so you have to put a ✅ in one row and ❌ in the other.
0 commit comments