From 3dd89ab5e694c4b8fe0ccadf93ab9e756a65cbbe Mon Sep 17 00:00:00 2001 From: Linus109 Date: Sat, 29 Nov 2025 00:18:58 +0100 Subject: [PATCH] fixed tailwind --- tailwind.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tailwind.config.js b/tailwind.config.js index 423e5ac..1da75bf 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -1,7 +1,7 @@ /** @type {import('tailwindcss').Config} */ module.exports = { // NOTE: Update this to include the paths to all files that contain Nativewind classes. - content: ["./app/**/*.{js,jsx,ts,tsx}"], + content: ["./app/**/*.{js,jsx,ts,tsx}", "./src/**/*.{js,jsx,ts,tsx}"], presets: [require("nativewind/preset")], theme: { extend: {},