mirror of
https://github.com/lumehq/lume.git
synced 2025-10-11 04:32:35 +02:00
feat(column): add thread and user columns
This commit is contained in:
8
packages/@columns/thread/tailwind.config.js
Normal file
8
packages/@columns/thread/tailwind.config.js
Normal file
@@ -0,0 +1,8 @@
|
||||
import sharedConfig from "@lume/tailwindcss";
|
||||
|
||||
const config = {
|
||||
content: ["./src/**/*.{js,ts,jsx,tsx}"],
|
||||
presets: [sharedConfig],
|
||||
};
|
||||
|
||||
export default config;
|
Reference in New Issue
Block a user