testfinal/apps/web/tailwind.config.js
jordan 2773e95557
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Add app-react component: web
2026-02-01 21:17:13 +00:00

9 lines
170 B
JavaScript

/** @type {import('tailwindcss').Config} */
export default {
content: ['./index.html', './src/**/*.{js,ts,jsx,tsx}'],
theme: {
extend: {},
},
plugins: [],
};