Files
Galaxies-my-expo-app/tailwind.config.js
T
Dennis Hundertmark 08fbd0443e Initial commit
Generated by create-expo-stack 2.14.1
2025-03-12 16:00:34 +01:00

11 lines
224 B
JavaScript

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