added some formatting

This commit is contained in:
2025-04-12 09:28:00 +03:00
parent 62ecb06422
commit e4f9282d7d
15 changed files with 55 additions and 659 deletions

View File

@ -1,10 +1,7 @@
/** @type {import('tailwindcss').Config} */
export default {
darkMode: 'class',
content: [
"./index.html",
"./src/**/*.{js,ts,jsx,tsx}",
],
content: ['./index.html', './src/**/*.{js,ts,jsx,tsx}'],
theme: {
extend: {},
},