mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 16:33:26 +00:00
first setup
This commit is contained in:
13
apps/mobile/tailwind.config.ts
Normal file
13
apps/mobile/tailwind.config.ts
Normal file
@@ -0,0 +1,13 @@
|
||||
import type { Config } from 'tailwindcss';
|
||||
|
||||
import colors from './constants/Colors';
|
||||
|
||||
export default {
|
||||
content: [],
|
||||
theme: {
|
||||
extend: {
|
||||
colors,
|
||||
},
|
||||
},
|
||||
plugins: [],
|
||||
} satisfies Config;
|
Reference in New Issue
Block a user