-
### Environment
- Operating System: `Darwin`
- Node Version: `v18.10.0`
- Nuxt Version: `3.0.0-rc.13`
- Nitro Version: `0.6.1`
- Package Manager: `npm@8.19.2`
- Builder: `…
-
### Clear and concise description of the problem
Suppose we have an element like this:
```html
Example
```
We know `opacity-50` is equal to `op-50`, the latter is shorter and can reduce code …
-
**Required check list:**
- [x] I didn't find in the repository's issues section a similar bug.
- [x] I understand, this is an Open Source and not-for-profit product.
- [ ] This is not about a…
-
### 描述问题
unocss/vite不支持在huilderx中使用,hbulderx不支持使用vite.config.mts作为配置
### 复现
hbuilderx项目根目录下vite配置 vite.config.ts
```
import { defineConfig } from "vite";
import uni from "@dcloudio/vite-plugin-u…
-
### Vue version
3.4.27
### Link to minimal reproduction
https://github.com/Sharang-heng/vue3-issue
### Steps to reproduce
给div设置style={{ padding:20 }}会不生效,涉及到px设置相关的都没有效果,如margin,fontSize,设置backg…
-
### Description
对于nuxt而言,感觉unocss与其更加贴切,并且项目上有很多图标都是直接写svg标签的,这对于可读性来说略差,unocss有比较好的集成icon,这在tailwindcss中icon的集成丰富程度并没有unocss高。
若考虑迁移的话,难点:
- 兼容tailwindcss样式
- theme的暗夜白天模式
- daisyui插件兼容
迁移后…
-
### Problem description
I have, to the best of my ability, set up pyright to allow me to jump to other places in the code, and class definitions can be jumped to using 'gd', but function definition…
-
### Describe the bug
Dependency pre-bundling does not bundle CSS (or other css langs; in this case, SASS) imports within dependencies.
The result of this is that in serve mode when using compon…
-
可以引入 [framer-motion](https://www.framer.com/motion/),来构建更自然的过度。
比如说 Modal 组件,部分按钮的交互逻辑,以及可以戳一戳的 Logo 🐱
P.S 是不是可以考虑往 outline 风格过度,以向 Material You 风格迁移?虽然 Material UI 6(Material You 风格化) 的进度不容乐观:ht…
-
### UnoCSS version
0.58.0
### Describe the bug
In the unbuild + mkdist environment, unocss cannot parse `@apply` of style in vue, but can compile style.css normally, and tailwind can be used normal…