Skip to content

Commit 559f339

Browse files
authored
chore: up
1 parent 77a8f2d commit 559f339

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/content/2.tailwind/3.editor-support.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,9 @@ const variantClasses = {
4848

4949
Since Tailwind CSS v3.3, [ESM/TS configuration has been supported](https://tailwindcss.com/blog/tailwindcss-v3-3#esm-and-type-script-support) so your editor should automatically configure autocomplete based on your `tailwind.config`. If you have a complex Nuxt project with multiple Tailwind configurations that are within layers, passed from hooks or inline `nuxt.config` and want to use a merged configuration, the module generates it in `.nuxt/tailwind.config.cjs` that you can use by adding the following VSCode setting:
5050

51-
::callout{color="blue" icon="i-ph-info-duotone"} Tailwind provides the [Tailwind CSS IntelliSense](https://tailwindcss.com/docs/editor-setup#jet-brains-ides) extension for better integration with different IDEs. ::
51+
::callout{color="blue" icon="i-ph-info-duotone"}
52+
Tailwind provides the [Tailwind CSS IntelliSense](https://tailwindcss.com/docs/editor-setup#jet-brains-ides) extension for better integration with different IDEs.
53+
::
5254

5355
```diff [.vscode/settings.json]
5456
// ...

0 commit comments

Comments
 (0)