RA.Aid/frontend/web/tailwind.config.js

6 lines
226 B
JavaScript

/** @type {import('tailwindcss').Config} */
module.exports = {
// Use the same configuration as the common package
// This ensures consistent styling across packages
presets: [require('../common/tailwind.config.js')],
};