You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/website/src/routes/docs/styled/(getting-started)/install/index.mdx
+19
Original file line number
Diff line number
Diff line change
@@ -259,3 +259,22 @@ export * from './select/select';
259
259
This way you can now `import { Accordion, Alert, ... } from '~/components/ui';` 👯♀️
260
260
261
261
(**small tip:** you can commment out the components you don't use!)
262
+
263
+
## Tailwind CSS IntelliSense VSCode extension
264
+
265
+
If you don't already have it, go ahead and install the [Tailwind CSS IntelliSense](https://marketplace.visualstudio.com/items?itemName=bradlc.vscode-tailwindcss) extension for vscode.
266
+
267
+
Then, edit your [settings.json](https://code.visualstudio.com/docs/getstarted/settings) with the following:
This will enable the extension to recognize the Qwik UI utility functions and give you the same autocompletion you get with the default Tailwind classes.
0 commit comments