style: fix the Prettier linted files

This commit is contained in:
2024-12-29 19:21:50 +01:00
parent 3ab06794e3
commit 149451cc77
8 changed files with 69 additions and 67 deletions

View File

@ -1,12 +1,12 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
mode: "all",
content: ["./src/**/*.{rs,html,css}", "./dist/**/*.html"],
theme: {
fontFamily: {
sans: ["Inter", "sans-serif"],
},
extend: {},
mode: "all",
content: ["./src/**/*.{rs,html,css}", "./dist/**/*.html"],
theme: {
fontFamily: {
sans: ["Inter", "sans-serif"],
},
plugins: [],
extend: {},
},
plugins: [],
};