WebChatV2/tailwind.config.js

9 lines
185 B
JavaScript

import typography from '@tailwindcss/typography'
export default {
content: ['./index.html', './src/**/*.{js,ts,jsx,tsx}'],
theme: {
extend: {},
},
plugins: [typography],
}