Launcher/tailwind.config.cjs
Shadowner dee2b9a636 Refactoring Repository architecture + POC svelte
Only the interface is in state of work, there is no logic actually.
2023-03-11 17:12:38 +01:00

10 lines
213 B
JavaScript

/** @type {import('tailwindcss').Config} */
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ["./src/frontend/**/*.{html,js,svelte,ts}"],
theme: {
extend: {},
},
plugins: [],
};