run formatter

This commit is contained in:
2024-06-12 22:04:19 -05:00
parent c0599e5980
commit fcd90f3dfe
+6 -7
View File
@@ -1,9 +1,8 @@
/** @type {import('tailwindcss').Config} */ /** @type {import('tailwindcss').Config} */
module.exports = { module.exports = {
content: ['src/**/*.html'], content: ['src/**/*.html'],
theme: { theme: {
extend: {}, extend: {},
}, },
plugins: [], plugins: [],
}; };