mirror of
https://github.com/theoludwig/theoludwig.git
synced 2025-05-20 21:13:43 +02: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
|