-
[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 `…
ouuan updated
2 years ago
-
unocss新版本会设置[Preflight](https://github.com/unocss/unocss/blob/94672d75b1fe208766a3490b92f8b013f65dc2cf/packages/preset-mini/src/index.ts#L42),引入通配符`*`,导致小程序编译不通过。目前[taro3.3](https://github.com/NervJS/…
ghost updated
2 years ago
-
### I've searched open issues for similar requests
Yes
### I've recently downloaded the latest plugin version of mason.nvim
- [X] Yes
### Problem description
` was originally here, but …
-
Hey guys, just a thought here about the docs.
I, like many others, am using Tailwind and would like to try migrating from Tailwind to Uno in some projects, like [Kaption.co](https://www.kaption.…
-
I want to set an custom's animation in theme,but I don't how to do?
https://unocss.antfu.me/?html=DwEwlgbgBAxgNgQwM5ILwHIAuBTAHpgWhmwDscAndAPiigChbgAHKAIwHMD3yFxTMMmAPYFyUAGbkhAWwKs4AV2wEALAAY16WI…
-
Source #41, dude this is too bad you should test if it actually works when you commit
![image](https://user-images.githubusercontent.com/49724027/178137736-d695e413-4d70-44d4-ad7b-75df62a71683.png)…
-
uno-css seems to work fine but deno linter puts some error that I don't understand. Could anyone explain to me what happens here ?
```
Type 'Preset' is not assignable to type 'Preset | Preset[]'.
…
-
i have a css class .use-click
it's
use.css
```
.use-click {
cursor: pointer;
}
.use-click:hover {
opacity: 0.9;
}
.use-click:focus {
opacity: 0.9;
}
.use-click:activ…
-
The combination of a custom property value like `bg-$custom-color` and opacity utility like `bg-opacity-50` does not work.
I want to propose that when a utility using a custom property is suffixed …
-
- 使用`rem` 替换 `px`单位
- 可以讨论出一套团队使用的`theme color`
- 多用`vueuse hook` 优化代码
- 多用`unocss`,减少css的书写
- 少用第三方依赖库,能手写的尽量手写
- 如果可以,建议朴素风格,减少花里胡哨
- etc.