Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
module.exports = {
content: [
"./src/**/*.{html,js,svelte,ts}",
"**/@gradio/**/*.{html,js,svelte,ts}"
],
theme: {
extend: {}
},
plugins: [require("@tailwindcss/forms")]
};