feat: implement better ssr fallbacks
This commit is contained in:
parent
94174ebcce
commit
0ff9e6fdc3
4 changed files with 100 additions and 33 deletions
|
|
@ -3,7 +3,11 @@ import type { Config } from 'tailwindcss'
|
|||
export default {
|
||||
content: ['./app/**/*.{js,jsx,ts,tsx}'],
|
||||
theme: {
|
||||
extend: {}
|
||||
extend: {
|
||||
height: {
|
||||
editor: 'calc(100vh - 20rem)'
|
||||
}
|
||||
}
|
||||
},
|
||||
plugins: []
|
||||
} satisfies Config
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue