502502_Hospital/tailwind.config.ts

12 lines
218 B
TypeScript
Raw Normal View History

2025-02-12 10:37:04 +00:00
/** @type {import('tailwindcss').Config} */
export default {
content: ['./index.html', './src/**/*.{vue,js,ts,jsx,tsx}'],
theme: {
extend: {},
},
corePlugins: {
preflight: false,
},
plugins: [],
};