mirror of
https://github.com/theoludwig/theoludwig.git
synced 2026-02-20 03:09:20 +01:00
9 lines
192 B
JavaScript
9 lines
192 B
JavaScript
import sharedConfig from "@repo/config-tailwind"
|
|
|
|
/** @type {Pick<import('tailwindcss').Config, "presets" | "content">} */
|
|
const config = {
|
|
presets: [sharedConfig],
|
|
}
|
|
|
|
export default config
|