Skip to content

Commit 48b9162

Browse files
marklawlorCopilot
andauthored
Update src/compiler/supports.ts
Co-authored-by: Copilot <[email protected]>
1 parent 39313bb commit 48b9162

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compiler/supports.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ export function supportsConditionValid(condition: SupportsCondition): boolean {
2323
const declarations: Record<string, string[]> = {
2424
// We don't actually support this, but its needed for Tailwind CSS
2525
"-moz-orient": ["inline"],
26-
// Special text used by TailwindCSS. We should probably change this is all color-mix
26+
// Special text used by TailwindCSS. We should probably change this to all color-mix
2727
"color": ["color-mix(in lab, red, red)"],
2828
};

0 commit comments

Comments
 (0)