mirror of
https://github.com/logseq/logseq.git
synced 2026-04-24 22:25:01 +00:00
feat(dev): better support for processing tailwind css
- support use tailwind’s most features. - support write css right next to the components.
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
module.exports = {
|
||||
theme: {
|
||||
extend: {},
|
||||
},
|
||||
purge: false,
|
||||
plugins: [require("@tailwindcss/ui")],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user