mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 09:43:25 +00:00
10 lines
166 B
TypeScript
10 lines
166 B
TypeScript
import type { Config } from "tailwindcss";
|
|
|
|
import base from "./base";
|
|
|
|
export default {
|
|
content: base.content,
|
|
presets: [base],
|
|
theme: {},
|
|
} satisfies Config;
|