chore(deps): update tailwindcss to ^4.0.8 (v3) (#3373)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
This commit is contained in:
renovate[bot]
2025-02-25 12:59:52 +01:00
committed by GitHub
parent f401b68fa7
commit 85b45f6275
12 changed files with 126 additions and 120 deletions

View File

@@ -73,7 +73,9 @@ export function getTemplates(options: ModuleOptions, uiConfig: Record<string, an
templates.push({
filename: 'ui.css',
write: true,
getContents: () => `@theme default {
getContents: () => `@source "./ui";
@theme default {
--color-old-neutral-50: ${colors.neutral[50]};
--color-old-neutral-100: ${colors.neutral[100]};
--color-old-neutral-200: ${colors.neutral[200]};