Files
tome/postcss.config.cjs
Matte Noble 65ae349558 🎉 Initial Commit
2025-04-25 14:59:18 -07:00

6 lines
78 B
JavaScript

module.exports = {
plugins: {
'@tailwindcss/postcss': {},
}
}