feat: refactor return feature components; remove deprecated files and implement new search bar input

This commit is contained in:
Lorenz Hilpert
2025-03-05 12:08:48 +01:00
parent 73be50e7d2
commit 86eb0bb494
45 changed files with 982 additions and 258 deletions

View File

@@ -2,7 +2,7 @@ const plugin = require('tailwindcss/plugin');
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ['./apps/**/*.{html,ts}'],
content: ['./apps/**/*.{html,ts}', './libs/**/*.{html,ts}'],
darkMode: 'media', // or 'media' or 'class',
theme: {
screens: {