mirror of
https://github.com/logseq/logseq.git
synced 2026-04-24 14:14:55 +00:00
9 lines
164 B
JavaScript
9 lines
164 B
JavaScript
module.exports = {
|
|
plugins: {
|
|
'postcss-import-ext-glob': {},
|
|
'postcss-import': {},
|
|
'tailwindcss/nesting': 'postcss-nested',
|
|
tailwindcss: {}
|
|
}
|
|
}
|