fixed tailwind

This commit is contained in:
Linus109
2025-11-29 00:18:58 +01:00
parent 6740a2773b
commit 3dd89ab5e6

View File

@@ -1,7 +1,7 @@
/** @type {import('tailwindcss').Config} */ /** @type {import('tailwindcss').Config} */
module.exports = { module.exports = {
// NOTE: Update this to include the paths to all files that contain Nativewind classes. // 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")], presets: [require("nativewind/preset")],
theme: { theme: {
extend: {}, extend: {},