fix: revert tailwind preflight in carta markdown renderer
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -119,3 +119,8 @@
|
|||||||
@apply bg-background text-foreground;
|
@apply bg-background text-foreground;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Revert Tailwind's Preflight resets inside Carta's markdown renderer */
|
||||||
|
.carta-renderer * {
|
||||||
|
all: revert;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user