Atharva

Results 26 comments of Atharva

Ok I was most certainly under impression that users can fork + clone instead of using their Browsers to create the json file (that's on me). In that case I...

That's a great suggestion tommy πŸ˜„

I gotta ask if you could wait for approval from maintainers πŸ™

Going on a different tangent -> once [tailwind v4](https://tailwindcss.com/blog/tailwindcss-v4-alpha) comes out of alpha, a lot of this dependencies will be reduced significantly. Instead of updating docs to include the postcss...

Saw the comment about updating https://github.com/withastro/blog-tutorial-demo/blob/complete/src/components/Greeting.tsx, definitely a πŸ‘ from my end

Hey liruifengv is your PR conflicting with #8322?

That's a great observation, FixitπŸ› οΈ πŸ˜„ Adding in more: This can use [Starlight Steps](https://starlight.astro.build/guides/components/#steps) Rough Example: ```mdx 1. Installation Tabs (npm/pnpm/yarn) 2. Create `.prettierrc` with plugins option set to `prettier-plugin-astro`...

Your right @jsparkdev, everything is aligned in both PRs πŸ₯³ keeping it in tabs for further resolves. Safe to say - LGTM πŸ‘

Resource to refer to [Fontsource Docs](https://fontsource.org/docs/getting-started/preload) discussed in astro tips event

setting up the global [parser](https://prettier.io/docs/en/options.html#parser) to `typescript` is a gotcha here. What I did was remove it and the warning list was reduced significantly. I noticed `svelteStrictMode` flag related warnings...