-
The installation process for this automation creates the file `frontend/styles/jit-refresh.css`, and adds that file to `.gitignore`. If a build process is being run in a CI environment, or using somet…
-
Hello! This is probably more like a question than any bug/feature report, so please let me know if this is out of order as an issue here.
I have setup Tailwind with their JIT mode. I figure out the…
-
### Command
serve
### Is this a regression?
- [ ] Yes, this behavior used to work in the previous version
### The previous version in which this bug was not present was
_No response_
…
-
```css
width: 672px;
height: 358px;
```
Should become:
`w-[672px] h-[358px]`
Perhaps we should show these sizing classes separately from the main class list, because you usually only want thes…
-
Support `prefix` defined in the Tailwind [config](https://tailwindcss.com/docs/configuration#prefix).
See [discussion](https://discord.com/channels/920755200552226868/1281153020570112013)
Will a…
-
Does this setup work with tailwinds JIT mode?
I have tried adding the mode to the tailwind config and also tried adding `TAILWIND_MODE=watch` to the dev env file but neither seem to work. when JIT…
-
When trying to use AA v4 with vite_rails the fact that `plugin.js` is written in cjs, but `package.json` has `"type": "module"` causes issues with `require` inside of it
### Expected behavior
Ta…
-
**Version of VS Codium**
v1.90.2
**Version of Tailwind CSS IntelliSense**
v0.10.2
**Version of Tailwind CSS**
v3.4.6
**Package manager**
npm
**Operating system**
Arch Linux
…
-
hello,
I'm trying this plugin with Vue 3, Tailwind 2.2.0 + JIT but I'm having some issues.
1) the XS size is always shown
2) bg-green is not picked up
3) my base index.css is:
```
@tailwind …
-
Tailwind currently requires a separate process to watch for changes, and rebuilds are slow. This is common to virtually all Tailwind projects using rollup or webpack.
The new official Tailwind JIT …