B2: TypeScript + React 19 migration (T1–B18) #87
|
|
@ -1,7 +1,7 @@
|
|||
/** @type {import('tailwindcss').Config} */
|
||||
module.exports = {
|
||||
darkMode: ['class'],
|
||||
content: ['./index.html', './client/**/*.{js,jsx}'],
|
||||
content: ['./index.html', './client/**/*.{js,jsx,ts,tsx}'],
|
||||
theme: {
|
||||
container: { center: true, padding: '2rem', screens: { '2xl': '1400px' } },
|
||||
extend: {
|
||||
|
|
|
|||
Loading…
Reference in New Issue