Skip to content

Commit

Permalink
replace Tailwind integration with Vite plugin
Browse files Browse the repository at this point in the history
See #10826
  • Loading branch information
ArmandPhilippot committed Jan 30, 2025
1 parent 32d04cf commit 32a9533
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ Si nécessaire, convertissez tous les objets de style en ligne (`style={{ fontWe
<div style="background-color: #f4f4f4; padding: 1em;">{message}</div>
```

Tailwind est pris en charge après l'installation de l'[intégration Tailwind](/fr/guides/integrations-guide/tailwind/). Aucune modification de votre code Tailwind existant n'est requise !
Tailwind est pris en charge après l'installation du [plugin Tailwind pour Vite](/fr/guides/styling/#tailwind). Aucune modification de votre code Tailwind existant n'est requise !

L'ajout de styles globaux est obtenu dans Gatsby à l'aide des importations CSS dans `gatsby-browser.js`. Dans Astro, vous importerez des fichiers `.css` directement dans un composant de mise en page principal pour obtenir des styles globaux.

Expand Down

0 comments on commit 32a9533

Please sign in to comment.