сохранение при смене страниц

This commit is contained in:
2025-07-28 18:36:02 +03:00
parent 27b9b79c60
commit 4bc8d5753f
14 changed files with 617 additions and 473 deletions

View File

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