mirror of
https://github.com/logseq/logseq.git
synced 2026-05-23 20:24:15 +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: {}
|
|
}
|
|
}
|