-
**Is your feature request related to a problem? Please describe.**
Currently, there's no intellisense support when using CSS variables with Tailwind's arbitrary value syntax in HTML:
```html
…
-
When I try to format a svelte file with prettier and this plugin using format on save with vscode the entire file breaks. When I try to run prettier with the `--write` flag it reports a parsing error.…
-
Type: Bug
it's been a very long time since this extention not working when im using tailwindcss in my projects it's not giving any class suggestion tailwind.congif file is correct and also the inde…
-
For example, `volar` - language server for vue and `unocss` - language sever for tailwindcss. Autocomplete from these two servers should work in one file with `vue` extension
-
I've configured multi-lang servers for javascriptreact and typescript react:
```emacs-lisp
(setq lsp-bridge-multi-lang-server-extension-list
'(
(("ts" ) . "typescript_eslint")
(("ts…
-
I develop a website that runs with Nuxt 3.13.2, DaisyUI and TailwindCSS with bunch of nuxt modules, kindly please check the package.json details below:
```
{
"name": "the-website",
"private": tru…
-
**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…
-
### Describe the Bug
During the development of a extension using `npm run dev` the rollup-styles plugin isn't being rerun when changes are made, leading to styles not being applied correctly.
### To…
-
### Describe the feature
I cannot avoid these errors unless I change my Tailwind config to be JavaScript with an explicit extension (`tailwind.config.mjs`) even though my project has `"type": "module…
-
**What version of Tailwind CSS are you using?**
4.0.0-beta.1
**What build tool (or framework if it abstracts the build tool) are you using?**
Vite 5.4.11
**What version of Node.js are you …