ex12 / tailwind.config.js
precison9's picture
Add/replace Space with my React Vite TypeScript app
6b154f5
/** @type {import('tailwindcss').Config} */
export default {
content: ['./index.html', './src/**/*.{js,ts,jsx,tsx}'],
theme: {
extend: {},
},
plugins: [],
};