cert / tailwind.config.js
fohake's picture
Upload 14 files
78dd0bb verified
raw
history blame
181 Bytes
/** @type {import('tailwindcss').Config} */
export default {
content: [
"./index.html",
"./src/**/*.{js,ts,jsx,tsx}",
],
theme: {
extend: {},
},
plugins: [],
}