RepoAnalyzer / frontend /tailwind.config.js
Manisankarrr's picture
project completed
f2f397e
Raw
History Blame Contribute Delete
204 Bytes
/** @type {import('tailwindcss').Config} */
export default {
content: ["./index.html", "./src/**/*.{js,jsx}"],
theme: {
extend: {},
},
plugins: [require('@tailwindcss/typography')],
}