Skip to content

fix(examples/localization): correct tailwind config path in globals.css#16399

Open
cuyl wants to merge 1 commit intopayloadcms:mainfrom
cuyl:main
Open

fix(examples/localization): correct tailwind config path in globals.css#16399
cuyl wants to merge 1 commit intopayloadcms:mainfrom
cuyl:main

Conversation

@cuyl
Copy link
Copy Markdown

@cuyl cuyl commented Apr 28, 2026

What?

Updated the @config path in src/app/(frontend)/[locale]/globals.css.

Why?

The previous path was incorrect, causing the Tailwind configuration to be missed within the nested locale route.

How?

Adjusted the relative path from ../../../tailwind.config.mjs to ../../../../tailwind.config.mjs.

### What?
Updated the @config path in src/app/(frontend)/[locale]/globals.css.

### Why?
The previous path was incorrect, causing the Tailwind configuration to be missed within the nested locale route.

### How?
Adjusted the relative path from ../../../tailwind.config.mjs to ../../../../tailwind.config.mjs.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant