mirror of
https://github.com/logseq/logseq.git
synced 2026-04-28 16:15:21 +00:00
7 lines
131 B
JavaScript
7 lines
131 B
JavaScript
module.exports = (ctx) => ({
|
|
plugins: [
|
|
require('postcss-nested'),
|
|
require('tailwindcss')('tailwind.config.js'),
|
|
],
|
|
})
|