Matthieu Sieben 396ab57ed0
Fix warnings during build (#4096)
* Fix warnings during build

* Update caniuse-lite
2025-08-12 17:15:23 +02:00

11 lines
284 B
JavaScript

/** @type {import('tailwindcss').Config} */
export default {
content: ['./src/**/*.{js,ts,jsx,tsx}'],
theme: {
extend: {},
},
plugins: [],
// See rollup.config.js for classes used in the HTML template
safelist: ['bg-slate-100', 'dark:bg-slate-800', 'min-h-screen'],
}