-
I think it is confusing that this plugin only works with nuxt-vite installed. I would like to use the nuxt-windicss module, but don't want to have nuxt-vite in all my project so I have to stay with th…
-
for tailwindcss:
```javascript
```
![image](https://user-images.githubusercontent.com/35426360/129141292-27e209cf-e7b8-4c12-9c60-93925a4514d5.png)
for windicss:
```javascript
```
![image](h…
-
Once I import `uno.css` in `main.ts`:
```ts
import 'uno.css'
```
An error happened:
```shell
ERROR in ./_virtual_\__uno.css 4:14-362
Module not found: Error: Can't resolve '../_virtual_/__u…
-
[troubleshooting section]: https://iles-docs.netlify.app/faqs/troubleshooting
- [x ] I have read the __[troubleshooting section]__ before opening an issue.
- [ x] I have tried upgrading `iles` and…
-
![image](https://user-images.githubusercontent.com/26957220/166857565-30e1533c-723e-4844-9b30-91f5dc68f714.png)
jetBn updated
2 years ago
-
-
I use WindiCSS with Bootstrap to fill the gaps in a project I'm working on, currently trying to switch from Windi to UnoCSS, but in Windi I can disable the `container` utility to use the Bootstrap one…
-
**File Directory**
```
|—— index.html
|—— style.css
|—— windi.config.js
```
**File content**
index.html
```html
windicss
```
style.cs…
ghost updated
2 years ago
-
## vite.config.ts
```
import { defineConfig } from "vite";
import WindiCSS from "vite-plugin-windicss";
export default defineConfig({
root: "./src/", // if set this,the windi set contain…
Monns updated
2 years ago
-
**Describe the bug**
The second dropdown menu of the multi-level dropdown is incorrectly positioned.
**To Reproduce**
```svelte
Dashboard
…