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