Skip to content

Commit

Permalink
docs: update integrations JSDoc to replace Tailwind integration (#1…
Browse files Browse the repository at this point in the history
  • Loading branch information
ArmandPhilippot authored Jan 29, 2025
1 parent 61ef2d9 commit 23881e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/astro/src/types/public/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -361,10 +361,10 @@ export interface ViteUserConfig extends OriginalViteUserConfig {
*
* ```js
* import react from '@astrojs/react';
* import tailwind from '@astrojs/tailwind';
* import mdx from '@astrojs/mdx';
* {
* // Example: Add React + Tailwind support to Astro
* integrations: [react(), tailwind()]
* // Example: Add React + MDX support to Astro
* integrations: [react(), mdx()]
* }
* ```
*/
Expand Down

0 comments on commit 23881e7

Please sign in to comment.