nativewind setup

This commit is contained in:
Sanidhya Kumar Verma
2024-08-29 07:07:01 +00:00
committed by GitHub
parent f82df52570
commit 07ab94fa4e
6 changed files with 23 additions and 66 deletions
+8
View File
@@ -0,0 +1,8 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ["./app/**/*.{js,jsx,ts,tsx}", "./components/**/*.{js,jsx,ts,tsx}"],
theme: {
extend: {},
},
plugins: [],
};