docs: add section about multiple Tailwind configs#3273
docs: add section about multiple Tailwind configs#3273delucis merged 7 commits intowithastro:mainfrom
Conversation
✅ Deploy Preview for astro-starlight ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Lunaria Status Overview🌕 This pull request will trigger status changes. Learn moreBy default, every PR changing files present in the Lunaria configuration's You can change this by adding one of the keywords present in the Tracked Files
Warnings reference
|
louisescher
left a comment
There was a problem hiding this comment.
A few small nitpicks, good docs otherwise!
Co-authored-by: Louis Escher <66965600+louisescher@users.noreply.github.com>
|
delucis
left a comment
There was a problem hiding this comment.
Totally forgot about this one, sorry. Left a few suggestions!
Co-authored-by: delucis <357379+delucis@users.noreply.github.com>
|
Thanks for the great review 🙌 The suggestions makes it definitely more clear and I personally love the usage of |
delucis
left a comment
There was a problem hiding this comment.
Oops, re-reading my suggestions properly in the preview and I spotted a couple of typos to improve.
But I think apart from those it should be good to go!
Co-authored-by: Chris Swithinbank <swithinbank@gmail.com>
And I successfully managed to not spot any of them while manually adding the changes 🙈 😅 |
delucis
left a comment
There was a problem hiding this comment.
Third approval’s the charm 😁
LGTM 🚀
* main: (55 commits) i18n(de): translate `themes.mdx` (withastro#3397) [ci] format i18n(ko): translate `themes.mdx` (withastro#3398) [ci] format docs: add Starlight Page to themes showcase (withastro#3393) i18n(de): update German themes (withastro#3394) docs: change image of Starlight Galaxy Theme dark image to not include a visible scrollbar (withastro#3395) [ci] format i18n(ko-KR): update `themes.mdx` (withastro#3392) [ci] format Add link to new Starlight theme (withastro#3390) i18n(fr): update `guides/css-and-tailwind.mdx` (withastro#3389) i18n(de): translate `guides/css-and-tailwind.mdx` (withastro#3386) [ci] format i18n(ko-KR): update `css-and-tailwind.mdx` (withastro#3388) Adds OmniPrint documentation to the showcase (withastro#3387) docs(showcase): Add Aptos Docs (withastro#3385) docs: add section about multiple Tailwind configs (withastro#3273) Add basic ESLint config, lint script and lint CI job (withastro#1640) chore(deps): update actions/checkout action to v5 (withastro#3375) ...
* main: (137 commits) i18n(fr): update `resources/themes.mdx` (withastro#3399) i18n(de): translate `themes.mdx` (withastro#3397) [ci] format i18n(ko): translate `themes.mdx` (withastro#3398) [ci] format docs: add Starlight Page to themes showcase (withastro#3393) i18n(de): update German themes (withastro#3394) docs: change image of Starlight Galaxy Theme dark image to not include a visible scrollbar (withastro#3395) [ci] format i18n(ko-KR): update `themes.mdx` (withastro#3392) [ci] format Add link to new Starlight theme (withastro#3390) i18n(fr): update `guides/css-and-tailwind.mdx` (withastro#3389) i18n(de): translate `guides/css-and-tailwind.mdx` (withastro#3386) [ci] format i18n(ko-KR): update `css-and-tailwind.mdx` (withastro#3388) Adds OmniPrint documentation to the showcase (withastro#3387) docs(showcase): Add Aptos Docs (withastro#3385) docs: add section about multiple Tailwind configs (withastro#3273) Add basic ESLint config, lint script and lint CI job (withastro#1640) ...

Description
This PR supersedes #3198 based on the discussions that happened in the last T&D session and updates the Tailwind instructions to help with issue 6 in #3162:
Compared to #3198, this PR adds a section focusing on Tailwind configurations and emphasizes that multiple configurations can be used in a single project by creating additional CSS files rather than trying to cover all possible scenarios.