Hosting/frontend/tailwind.config.js
Alexis Bruneteau 42a2f89ae3 login
2025-05-05 00:14:47 +02:00

7 lines
169 B
JavaScript

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