mirror of
https://github.com/logseq/logseq.git
synced 2026-02-01 22:47:36 +00:00
- support use tailwind’s most features. - support write css right next to the components.
5 lines
79 B
JavaScript
5 lines
79 B
JavaScript
module.exports = {
|
|
purge: false,
|
|
plugins: [require("@tailwindcss/ui")],
|
|
};
|