mirror of
https://github.com/lumehq/lume.git
synced 2025-03-26 01:31:48 +01:00
9 lines
159 B
JavaScript
9 lines
159 B
JavaScript
import sharedConfig from "@lume/tailwindcss";
|
|
|
|
const config = {
|
|
content: ["./src/**/*.{js,ts,jsx,tsx}"],
|
|
presets: [sharedConfig],
|
|
};
|
|
|
|
export default config;
|