Files
geosportlog/tailwind.config.js
T
2026-07-15 17:46:28 +07:00

10 lines
198 B
JavaScript

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