-
This is WindiCSS website, and it was built using windiCSS. But the Vue telescope recognized it as tailwindcss.
![image](https://user-images.githubusercontent.com/31676163/138049625-10bb2746-ac06-4f…
-
Please I have the following in WindiCSS, I would like to try it out in UnoCSS
None of my colors work anymore
```ts
import { defineConfig } from 'windicss/helpers'
import defaultTheme from 'win…
-
Hi,
I'm using the latest version of Windi CSS and daisyUI.
`windi.config.ts` config
```js
import { defineConfig, transform } from 'windicss/helpers';
import daisyUiColors from 'daisyui/colors/w…
-
Issue Type: Bug
❗️❗️❗️ Please fill in the sections below to help us diagnose the issue ❗️❗️❗️
**TypeScript Version:** 4.7.4
**Steps to reproduce crash**
1. I'm editing the .vue file using the 'vol…
-
I was using rustywind, but it tends to break when it comes to downloading the rust binaries, and this was affecting my CI process.
Does this package come with a class sorter, which can be turned in…
-
### Describe the bug
I'm building a PWA with Storybook and builder-vite. For convenience i wanted to add [Vite-Plugin-PWA](https://vite-plugin-pwa.netlify.app/). To inform the user about an update…
-
Same as in windi now
https://github.com/windicss/windicss/issues/687
I try `Button` in unocss playground
and I got
```css
.active\:bg-blue-300:active{--un-bg-opacity:1;background-color:rgba(147…
-
**Describe the bug**
When installing windicss-webpack-plugin I get that error :
```
error - ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[2].oneOf[8].us…
-
# 简要
在vue3中使用报这个错
![image](https://user-images.githubusercontent.com/49431692/165047973-a14cead1-07f9-4b3f-96a0-c6b2cfe574f4.png)
# 在vue3中使用 复现错误
1. 使用 https://github.com/web2033/vite-vue3-tai…
-
suppose you have a react component, named **Button**:
```
function Button(props) {
return (
{props.children}
);
}
```
now you decide to use this button component in your app an…