From 240ba2885fe716e63bf88dfdbd5f435e76919e29 Mon Sep 17 00:00:00 2001 From: MohamedBassem Date: Sun, 10 Mar 2024 22:16:05 +0000 Subject: Init expo, and tailwind --- tailwind.config.js | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 tailwind.config.js (limited to 'tailwind.config.js') diff --git a/tailwind.config.js b/tailwind.config.js new file mode 100644 index 00000000..2acdcbd1 --- /dev/null +++ b/tailwind.config.js @@ -0,0 +1,9 @@ +/** @type {import('tailwindcss').Config} */ +module.exports = { + content: ["./App.{js,jsx,ts,tsx}", ".//**/*.{js,jsx,ts,tsx}"], + theme: { + extend: {}, + }, + plugins: [], +} + -- cgit v1.2.3-70-g09d2