SYNC: Merge pull request #22 from dbgate/feature/tailwind-poc

This commit is contained in:
Jan Prochazka
2025-12-22 09:53:14 +01:00
committed by Diflow
parent c86c6486b9
commit f119ccf5a0
8 changed files with 1829 additions and 35 deletions

View File

@@ -0,0 +1,7 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
content: [
'./src/**/*.{html,js,svelte,ts}',
'./public/**/*.html',
],
};