nuxt / ui

A UI Library for Modern Web Apps, powered by Vue & Tailwind CSS.
https://ui.nuxt.com
MIT License
4.06k stars 518 forks source link

vscode tailwind css intellisense not working #2209

Closed zhaolinlau closed 1 month ago

zhaolinlau commented 1 month ago

Environment

Version

2.18.4

Reproduction

https://github.com/zhaolinlau/to-dos/tree/dev

Description

When I type tailwind css classes, it should show the tailwind css intellisense/auto completion, but it didn't.

image

Additional context

No response

Logs

No response

benjamincanac commented 1 month ago

It seems you don't have a tailwindcss.config.ts file: https://github.com/tailwindlabs/tailwindcss-intellisense?tab=readme-ov-file#installation

zhaolinlau commented 1 month ago

@benjamincanac thx alot, because it was working as usual from the begining lol, it just suddenly not working just now

zhaolinlau commented 1 month ago

you may close this with comment <3