diff --git a/src/pages/styling.mdx b/src/pages/styling.mdx
index 63f70b5..1270313 100644
--- a/src/pages/styling.mdx
+++ b/src/pages/styling.mdx
@@ -7,9 +7,10 @@ export const description = 'The best ways to style your React application.'
plugins that might improve the developer experience of using it. For example,
if you use Tailwind, the Tailwind
IntelliSense
- plugin (which recommends classnames in the auto-complete dropdown) and the
- Headwind
- plugin (enforces consistent ordering of classnames in your markup) in Visual
+ plugin (which recommends classnames in the auto-complete dropdown) and
+ Prettier coupled with the
+ Tailwind Prettier Plugin
+ (enforces consistent ordering of classnames in your markup) in Visual
Studio Code might be useful for your team.
@@ -21,7 +22,6 @@ export const description = 'The best ways to style your React application.'
- Use the inline fold vscode plugin to collapse long className strings when you're not focused on them with the cursor - Inspired by Cory House
- The Tailwind IntelliSense vscode plugin gives you auto-complete
- - The Headwind vscode plugin enforces consistent ordering of classnames markup
- If you purchase tailwindui you'll get access to tons of pre-made components + templates
- shadcn/ui - Open Source UI Components
- Preline - Open Source UI Components