chore: clean up

This commit is contained in:
2024-02-13 08:57:24 +07:00
parent ed52105c02
commit 90f149b09c
11 changed files with 16 additions and 114 deletions

View File

@@ -1,8 +1,10 @@
import sharedConfig from "@lume/tailwindcss";
/** @type {import('tailwindcss').Config} */
import preset from "@lume/tailwindcss";
const config = {
content: ["./src/**/*.{js,ts,jsx,tsx}"],
presets: [sharedConfig],
presets: [preset],
};
export default config;