Skip to content

Commit 5aa43af

Browse files
committed
Update documentation to reflect Tailwind v4 installation
- Updated README.md and getting-started.mdx to specify Tailwind v4 instead of the previous version, ensuring clarity for users on the required Tailwind version for installation.
1 parent 4bbf627 commit 5aa43af

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/blocks/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ A set of beautifully crafted high-level 3D primitives for React, built on @playc
88
npm install @playcanvas/blocks playcanvas
99
```
1010

11-
Follow this guide to [Install Tailwind](https://tailwindcss.com/docs/installation)
11+
Follow this guide to [Install Tailwind v4](https://tailwindcss.com/docs/installation)
1212

1313
And add the following top your css
1414

packages/docs/content/blocks/getting-started.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { Button } from '@components/ui/button'
44

55
# Getting Started
66

7-
**Blocks** can be installed in any React project with **Tailwind CSS**. You can use them with **Next.js**, **Vite**, or any other React framework.
7+
**Blocks** can be installed in any React project with **Tailwind v4**. You can use them with **Next.js**, **Vite**, or any other React framework.
88

99
You can install them via NPM or shadcn's CLI.
1010

@@ -51,7 +51,7 @@ Grab the package from npm, yarn, pnpm or bun.
5151

5252
### Add Tailwind CSS
5353

54-
PlayCanvas Blocks are built with Tailwind CSS. You'll need to install Tailwind to get started.
54+
PlayCanvas Blocks are built with Tailwind v4. You'll need to install Tailwind to get started.
5555

5656
Follow the official [Tailwind CSS installation guide](https://tailwindcss.com/docs/installation) for your project.
5757

0 commit comments

Comments
 (0)