We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39313bb commit 48b9162Copy full SHA for 48b9162
src/compiler/supports.ts
@@ -23,6 +23,6 @@ export function supportsConditionValid(condition: SupportsCondition): boolean {
23
const declarations: Record<string, string[]> = {
24
// We don't actually support this, but its needed for Tailwind CSS
25
"-moz-orient": ["inline"],
26
- // Special text used by TailwindCSS. We should probably change this is all color-mix
+ // Special text used by TailwindCSS. We should probably change this to all color-mix
27
"color": ["color-mix(in lab, red, red)"],
28
};
0 commit comments