mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-18 15:33:52 +01:00
8 lines
226 B
JavaScript
8 lines
226 B
JavaScript
const sharedConfig = require("@yaakapp-internal/tailwind-config");
|
|
|
|
/** @type {import('tailwindcss').Config} */
|
|
module.exports = {
|
|
...sharedConfig,
|
|
content: ["./*.{html,ts,tsx}", "../../packages/ui/src/**/*.{ts,tsx}"],
|
|
};
|