Adicionado prettier, use npm prettier . --write para formatar todas as mudancas criadas

This commit is contained in:
2026-03-23 20:24:30 -03:00
parent c46d5393b8
commit 543525b099
12 changed files with 127 additions and 111 deletions
+2 -6
View File
@@ -1,12 +1,8 @@
/** @type {import('tailwindcss').Config} */
export default {
content: [
"index.html",
"./src/**/*.{js,ts,jsx,tsx}"
],
content: ["index.html", "./src/**/*.{js,ts,jsx,tsx}"],
theme: {
extend: {},
},
plugins: [],
}
};