feat: add a with-tailwind example (#359)

Co-authored-by: Marco Pasqualetti <marco.pasqualetti@live.com>
This commit is contained in:
Jacob Marshall
2025-01-18 19:44:45 +00:00
committed by GitHub
parent 96deea7f31
commit 5dae5c31b7
13 changed files with 534 additions and 95 deletions
@@ -11,7 +11,14 @@ import Breadcrumbs from '@/components/Breadcrumbs'
# Tailwind CSS
[Tailwind CSS](https://tailwindcss.com) is a popular utility-first CSS framework. Tuono support starts from Tailwind CSS v4.
[Tailwind CSS](https://tailwindcss.com) is a popular utility-first CSS framework.
Tuono support begins with Tailwind CSS v4.
You can start using it right away with the `with-tailwind` template:
```sh
tuono new tuono-with-tailwind --template with-tailwind
```
## Installation