replace-main-with-fix #1136

Merged
philipp merged 3 commits from replace-main-with-fix into main 2025-10-02 00:32:27 +02:00
Showing only changes of commit 0338351eef - Show all commits

View File

@@ -1,5 +1,5 @@
/** @type {import('tailwindcss').Config} */ /** @type {import('tailwindcss').Config} */
const { colors } = require('tailwindcss/defaultTheme'); import { colors } from 'tailwindcss/defaultTheme';
export default { export default {
content: ["../templates/**/*.{html,tera,js}"], content: ["../templates/**/*.{html,tera,js}"],
@@ -41,5 +41,5 @@ export default {
}, },
plugins: [], plugins: [],
darkMode: 'class', darkMode: 'class',
} };