Small updates to tailwind template#3303
Conversation
|
✅ Deploy Preview for astro-starlight ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
Hello! Thank you for opening your first PR to Starlight! ✨ Here’s what will happen next:
|
Starlight Tailwind templatetailwind template
tailwind templatetailwind template
delucis
left a comment
There was a problem hiding this comment.
Ah, great catch — thanks for the updates @astrochemx! Suggested one tiny detail that I think can be improved but otherwise this looks great 🌟
examples/tailwind/README.md
Outdated
| │ ├── content/ | ||
| │ │ ├── docs/ | ||
| │ ├── styles/ | ||
| │ │ ├── global.css |
There was a problem hiding this comment.
Tiny detail here fixing the box style:
| │ │ ├── global.css | |
| │ │ └── global.css |
There was a problem hiding this comment.
Thanks, @delucis ! Should we also do the same with docs?
There was a problem hiding this comment.
Oh, yes! I was focused on your changes, but you're absolutely right that this should be fixed there too.
4818e7d to
e937b51
Compare
delucis
left a comment
There was a problem hiding this comment.
Thank you for the carefully put together PR @astrochemx — appreciate it!
* main: Small updates to `tailwind` template (withastro#3303) docs: showcase `astro-d2` and "Starlight Plugins by Example" (withastro#3302) [ci] release (withastro#3301) Fix `absolutePathToLang()` issue (withastro#3298)

Description
This PR updates the Starlight Tailwind template to address several issues:
updates
README.mdrevises the
Project Structure- removestailwind.config.mjsand addsstyles/global.cssadds a note about customizing included Tailwind CSS styles:
fixes a typo in
Example Reference:what your documenting-->what you're documenting