HaramGuard / frontend /tailwind.config.js
adeem6's picture
Upload 17 files
1ad4eaa verified
raw
history blame contribute delete
163 Bytes
/** @type {import('tailwindcss').Config} */
export default {
content: ['./index.html', './src/**/*.{js,jsx}'],
theme: {
extend: {},
},
plugins: [],
};