1
0
mirror of https://github.com/lumehq/lume.git synced 2025-03-29 11:11:43 +01:00
雨宮蓮 bba324ea53
refactor: use specta for commands ()
* feat: add tauri-specta

* refactor: system library

* chore: format
2024-05-25 15:21:40 +07:00

11 lines
192 B
JavaScript

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