home-fasthtml / tailwind.config.js
AItool's picture
Upload 210 files
036b3a6 verified
raw
history blame contribute delete
133 Bytes
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ["*.py"],
theme: {
extend: {},
},
plugins: [],
}