chore: disable css shorthand to avoid conflicts

This commit is contained in:
Dominic Elm 2024-08-15 07:30:29 +02:00
parent cf265515cb
commit b939a0af2d

View File

@ -104,6 +104,13 @@ export default defineConfig({
kdb: 'bg-bolt-elements-code-background text-bolt-elements-code-text py-1 px-1.5 rounded-md',
'max-w-chat': 'max-w-[var(--chat-max-width)]',
},
rules: [
/**
* This shorthand doesn't exist in Tailwind and we overwrite it to avoid
* any conflicts with minified CSS classes.
*/
['b', {}],
],
theme: {
colors: {
...COLOR_PRIMITIVES,