-
Windi CSS [is no longer maintained](https://windicss.org/posts/sunsetting.html) and should be removed ASAP. The UI rework for mobile build is a nice opportunity for this.
-
https://windicss.org/
**Project description**
WindiCSS is a nodeJS CLI to compile Tailwind CSS classes to produce a minified .css asset, without depending on anything else.
**Metadata**
* ho…
-
The following errors were reported by 5.8.0-dev.20241117, but not by 5.6.3
[Pipeline that generated this bug](https://typescript.visualstudio.com/TypeScript/_build?definitionId=48)
[Logs for the pipel…
-
WindiCSS has same syntax as Tailwind, so maybe you could add support for it too?
-
windicss已经不怎么维护了,替换tailwindcss吧
-
I'm trying to use vitebook in a project that uses [WindiCSS](https://github.com/windicss/windicss) for styling components.
While WindiCSS is pretty similar to tailwind, I suspect that the setup mig…
-
### UnoCSS version
0.61.0
### Describe the bug
using windicss extractions to dynamicaly render styles causing unexpected animation. even thought i'm not using any sort of transition or animation
…
-
`assert.fixture` fails even if the `actual` result is equal to the `expected`
is there any way to debug more, why the test fails, even the result is correct?
```ts
const formatT = suite("FORMAT…
-
**Describe the bug**
When using specific classes like "w-1/2", which is standard tailwind class, the svelte compiler throws an error "Expected >svelte(unexpected-token)"
I'm pretty sure it is beca…
-
This is weird because I have 3 components with written stories and for 1 styles apply correctly for others just doesn't apply any styles.
`.vitebook/App.svelte`
```svelte
import type { Svelte…