erp-platform/company/tailwind.config.js
2025-06-20 15:38:59 +03:00

10 lines
231 B
JavaScript

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