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