match_cards / tailwind.config.js
dgwyer's picture
deploy at 2024-09-15 17:15:22.995399
06f5c28 verified
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ["**/*.py", "src/*.css"],
theme: {
extend: {},
},
plugins: [],
}