/** @type {import('tailwindcss').Config} */ module.exports = { content: ['./app/**/*.{js,ts,tsx}', './components/**/*.{js,ts,tsx}', './hooks/**/*.{js,ts,tsx}'], darkMode: 'class', presets: [require('nativewind/preset')], theme: { extend: {}, }, plugins: [], };