mirror of
https://github.com/logseq/logseq.git
synced 2026-05-01 17:36:33 +00:00
fix: optimize tldraw demo startup time
This commit is contained in:
@@ -3,7 +3,13 @@ module.exports = {
|
||||
'postcss-import': {},
|
||||
'postcss-nested': {},
|
||||
'postcss-import-ext-glob': {},
|
||||
tailwindcss: {},
|
||||
'tailwindcss/nesting': {},
|
||||
tailwindcss: {
|
||||
content: [
|
||||
'./**/*.jsx',
|
||||
'../../apps/**/*.{js,jsx,ts,tsx}',
|
||||
]
|
||||
},
|
||||
autoprefixer: {},
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user