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