-
**Is your feature request related to a problem? Please describe.**
When using TailwindCSS, my teammates and I often end up with multiple spaces in the list of classes:
```jsx
...
```
When w…
-
**What version of VS Code are you using?**
Version: 1.93.1 (Universal)
Commit: 38c31bc77e0dd6ae88a4e9cc93428cc27a56ba40
Date: 2024-09-11T17:20:05.685Z
Electron: 30.4.0
ElectronBuildId: 10073054…
-
I have three files:
- .prettierrc
```json
{
"plugins": ["@prettier/plugin-php", "prettier-plugin-blade", "prettier-plugin-tailwindcss"],
"overrides": [
{
"files": …
-
**Describe the bug**
[Reporduce repo](https://github.com/neviaumi/demo-eslint-tailwindcss-bug/blob/9fdaf36aae3a8dd41e1dd890d1c4247c3851f4c7/src/awesome-timer.element.js#L15)
I am working custom elem…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Open
These updates have all …
-
I followed all the instructions but VS Code is still not providing any intellisense when I type the class names:
```tsx
// Example: trying to autocomplete "bg-red-500"
```
```json
"tailwind…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
> [!WARNING]
These dependencies …
-
Hi guys,
I am trying to achieve the same functionality as Tailwind Play https://play.tailwindcss.com/
How do I go about doing this? I found https://monaco-tailwindcss.js.org/#html
but it seems…