/** @type {import('tailwindcss').Config} */ module.exports = { content: ['./src/renderer/**/*.tsx'], theme: { extend: {} }, plugins: [] }