Skip to content

Commit

Permalink
Update 02-installation.md
Browse files Browse the repository at this point in the history
  • Loading branch information
danharrin authored Mar 2, 2025
1 parent 002e6e4 commit 7022f05
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/01-introduction/02-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,9 +166,9 @@ Add Tailwind CSS to your `resources/css/app.css` file:
Add the `@tailwindcss/vite` plugin to your Vite configuration:

```js
import {defineConfig} from 'vite';
import laravel from 'laravel-vite-plugin';
import tailwindcss from '@tailwindcss/vite';
import { defineConfig } from 'vite'
import laravel from 'laravel-vite-plugin'
import tailwindcss from '@tailwindcss/vite'

export default defineConfig({
plugins: [
Expand All @@ -178,7 +178,7 @@ export default defineConfig({
}),
tailwindcss(),
],
});
})
```

### Compiling assets
Expand Down

0 comments on commit 7022f05

Please sign in to comment.