Spaces:
Sleeping
Sleeping
/** @type {import('tailwindcss').Config} */ | |
module.exports = { | |
content: ["**/*.py", "src/*.css"], | |
theme: { | |
extend: {}, | |
}, | |
plugins: [], | |
} | |