blob: 6f0187518178ec19f553936719d194c7bdae4f7a [file] [log] [blame] [edit]
/** @type {import('tailwindcss').Config} */
export default {
content: [
"./index.html",
"./src/**/*.{js,jsx,ts,tsx}",
],
theme: {
extend: {},
},
plugins: [],
}