mirror of
https://github.com/withastro/astro.git
synced 2025-04-07 23:41:43 -05:00
docs: update integrations
JSDoc to replace Tailwind integration (#13089)
This commit is contained in:
parent
61ef2d9179
commit
23881e7164
1 changed files with 3 additions and 3 deletions
|
@ -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()]
|
||||
* }
|
||||
* ```
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue