proxmox_choose_page/tailwind.config.js
2025-03-16 22:01:47 +01:00

8 lines
170 B
JavaScript

/** @type {import('tailwindcss').Config} */
export default {
content: ['./index.html', './src/**/*.{js,ts,jsx,tsx}'],
theme: {
extend: {},
},
plugins: [],
};