mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 14:33:26 +00:00
replace all stylesheets with tailwind classes
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
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