mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 11:33:26 +00:00
refactor to turbo
This commit is contained in:
12
tooling/tailwind/base.ts
Normal file
12
tooling/tailwind/base.ts
Normal file
@@ -0,0 +1,12 @@
|
||||
import type { Config } from "tailwindcss";
|
||||
|
||||
import colors from "./colors";
|
||||
|
||||
export default {
|
||||
content: ["src/**/*.{ts,tsx}"],
|
||||
theme: {
|
||||
extend: {
|
||||
colors,
|
||||
},
|
||||
},
|
||||
} satisfies Config;
|
Reference in New Issue
Block a user