Files
managing-apps/src/Managing.WebApp/tailwind.config.js
alirehmani be59c0eb43 update
2024-05-10 17:51:20 +05:00

13 lines
245 B
JavaScript

module.exports = {
content: ['./index.html', './src/**/*.{js,ts,jsx,tsx}'],
daisyui: {
themes: true,
},
plugins: [require('@tailwindcss/typography'), require('daisyui')],
theme: {
container: {
center: true,
},
},
}