Skip to content

Commit

Permalink
Update installation
Browse files Browse the repository at this point in the history
  • Loading branch information
danharrin committed Jan 31, 2025
1 parent ed99757 commit 80995b1
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/actions/docs/01-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ php artisan filament:install --actions
Run the following command to install Tailwind CSS with the Tailwind Forms and Typography plugins:

```bash
npm install tailwindcss @tailwindcss/forms @tailwindcss/typography postcss postcss-nesting autoprefixer --save-dev
npm install tailwindcss@3 @tailwindcss/forms @tailwindcss/typography postcss postcss-nesting autoprefixer --save-dev
```

Create a new `tailwind.config.js` file and add the Filament `preset` *(includes the Filament color scheme and the required Tailwind plugins)*:
Expand Down
2 changes: 1 addition & 1 deletion packages/forms/docs/01-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ php artisan filament:install --forms
Run the following command to install Tailwind CSS with the Tailwind Forms and Typography plugins:

```bash
npm install tailwindcss @tailwindcss/forms @tailwindcss/typography postcss postcss-nesting autoprefixer --save-dev
npm install tailwindcss@3 @tailwindcss/forms @tailwindcss/typography postcss postcss-nesting autoprefixer --save-dev
```

Create a new `tailwind.config.js` file and add the Filament `preset` *(includes the Filament color scheme and the required Tailwind plugins)*:
Expand Down
2 changes: 1 addition & 1 deletion packages/infolists/docs/01-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ php artisan filament:install --infolists
Run the following command to install Tailwind CSS with the Tailwind Forms and Typography plugins:

```bash
npm install tailwindcss @tailwindcss/forms @tailwindcss/typography postcss postcss-nesting autoprefixer --save-dev
npm install tailwindcss@3 @tailwindcss/forms @tailwindcss/typography postcss postcss-nesting autoprefixer --save-dev
```

Create a new `tailwind.config.js` file and add the Filament `preset` *(includes the Filament color scheme and the required Tailwind plugins)*:
Expand Down
2 changes: 1 addition & 1 deletion packages/notifications/docs/01-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ php artisan filament:install --notifications
Run the following command to install Tailwind CSS with the Tailwind Forms and Typography plugins:

```bash
npm install tailwindcss @tailwindcss/forms @tailwindcss/typography postcss postcss-nesting autoprefixer --save-dev
npm install tailwindcss@3 @tailwindcss/forms @tailwindcss/typography postcss postcss-nesting autoprefixer --save-dev
```

Create a new `tailwind.config.js` file and add the Filament `preset` *(includes the Filament color scheme and the required Tailwind plugins)*:
Expand Down
2 changes: 1 addition & 1 deletion packages/tables/docs/01-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ php artisan filament:install --tables
Run the following command to install Tailwind CSS with the Tailwind Forms and Typography plugins:

```bash
npm install tailwindcss @tailwindcss/forms @tailwindcss/typography postcss postcss-nesting autoprefixer --save-dev
npm install tailwindcss@3 @tailwindcss/forms @tailwindcss/typography postcss postcss-nesting autoprefixer --save-dev
```

Create a new `tailwind.config.js` file and add the Filament `preset` *(includes the Filament color scheme and the required Tailwind plugins)*:
Expand Down
2 changes: 1 addition & 1 deletion packages/widgets/docs/01-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ php artisan filament:install --widgets
Run the following command to install Tailwind CSS with the Tailwind Forms and Typography plugins:

```bash
npm install tailwindcss @tailwindcss/forms @tailwindcss/typography postcss postcss-nesting autoprefixer --save-dev
npm install tailwindcss@3 @tailwindcss/forms @tailwindcss/typography postcss postcss-nesting autoprefixer --save-dev
```

Create a new `tailwind.config.js` file and add the Filament `preset` *(includes the Filament color scheme and the required Tailwind plugins)*:
Expand Down

0 comments on commit 80995b1

Please sign in to comment.