mirror of
https://github.com/lumehq/lume.git
synced 2025-03-18 05:41:53 +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;
|