asmithaaa's picture
Upload 40 files
438c749 verified
raw
history blame contribute delete
173 Bytes
/** @type {import('tailwindcss').Config} */
export default {
content: [
"./index.html",
"./src/**/*.{js,jsx}"
],
theme: {
extend: {},
},
plugins: [],
}