Files
vigilcare-clinical/vigilcare-dashboard/tailwind.config.js
T
Trent 87e551c0d7
CI / backend (push) Successful in 10m14s
CI / frontend (push) Successful in 1m55s
Refractor. Update styling
2026-08-11 06:48:07 +08:00

9 lines
240 B
JavaScript

/**
* Legacy theme file kept for tooling that still reads it.
* Source of truth for colors/fonts is @theme in src/style.css (Tailwind v4).
*/
export default {
content: ['./index.html', './src/**/*.{vue,js,ts}'],
darkMode: 'class',
}