7da05febea
* Enhanced Astro codespace support Enhances the base devcontainer and Dockerfile to provide a smoother development experience out of the box for contributors. Adds a devcontainer per example so that we can add buttons on astro.new that will launch users straight into the appropriate example app. * Cleanup devcontainers and pin base image * Update .devcontainer/example-welcome-message.txt Co-authored-by: Samruddhi Khandale <skhandale@microsoft.com> --------- Co-authored-by: Samruddhi Khandale <skhandale@microsoft.com> |
||
---|---|---|
.. | ||
public | ||
src | ||
.gitignore | ||
astro.config.mjs | ||
package.json | ||
README.md | ||
sandbox.config.json | ||
tailwind.config.cjs | ||
tsconfig.json |
Astro with Tailwind
npm create astro@latest -- --template with-tailwindcss
Astro comes with Tailwind support out of the box. This example showcases how to style your Astro project with Tailwind.
For complete setup instructions, please see our Tailwind Integration Guide.