HiDeoo

Results 166 comments of HiDeoo

Like you mentioned, StackBlitz does not have proper type-checking but even after downloading the project locally, I am not able to reproduce the issue. From quickly looking at the code,...

As I [initially mentioned](https://github.com/withastro/starlight/issues/2742#issuecomment-2574887920), the reproduction does not include a [declaration file](https://www.i18next.com/overview/typescript#create-a-declaration-file) for i18next as documented in the i18next documentation which is required to extend i18next Typescript definitions using type...

Thanks for your feedback :raised_hands: I've try setting up a reproduction but so far, I'm unable to reproduce a similar behavior. Would you be able to provide a small reproduction...

Thanks for the feedback, super appreciated :raised_hands: I guess there are multiple points to address here: ##### Layer order > Is this the intentional order? Definitely not. The expected default...

It definitely is, but at the moment, just like it's documented in Astro Docs, it looks like we will have to do the same until we have a better solution....

I think it's finally time to close this umbrella issue. All issues gathered so far regarding cascade layers have been either fixed or tentatively addressed some way or another. We...

Thanks for your contribution :raised_hands: This is definitely something that we do not explicitly document and has come up a few times already. I'd like to get other people's opinion...

Small note that [Tailwind CSS v4.0 Beta](https://tailwindcss.com/docs/v4-beta) adds [native CSS cascade layers](https://tailwindcss.com/docs/v4-beta#native-css-cascade-layers) support.

Just updated the PR with the following changes: - Updated the PR with all the changes in the codebase since the last update. - Updated the list of routes used...

Updated the PR based on the Talking & Doc'ing session feedback: - Fixes the search UI - Merges/renames some layers — the layers are now: `starlight.base, starlight.reset, starlight.core, starlight.content, starlight.components,...