mirror of
https://github.com/stackblitz/bolt.new
synced 2024-11-27 14:32:46 +00:00
chore: disable css shorthand to avoid conflicts
This commit is contained in:
parent
cf265515cb
commit
b939a0af2d
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user