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} */
module.exports = {
content: ['src/**/*.html'],
theme: {
extend: {},
},
plugins: [],
};
content: ['src/**/*.html'],
theme: {
extend: {},
},
plugins: [],
};