mirror of
https://github.com/logseq/logseq.git
synced 2026-05-28 06:34:34 +00:00
13 lines
268 B
JavaScript
13 lines
268 B
JavaScript
module.exports = {
|
|
plugins: {
|
|
'postcss-import': {},
|
|
'postcss-nested': {},
|
|
'postcss-import-ext-glob': {},
|
|
'tailwindcss/nesting': {},
|
|
tailwindcss: {
|
|
content: ['./**/*.jsx', '../apps/**/*.{js,jsx,ts,tsx}'],
|
|
},
|
|
autoprefixer: {},
|
|
},
|
|
}
|