-
最小实现:
基于 https://github.com/antfu/vitesse 模板,添加unocss-runtime支持。
```shell
npm i -D @unocss-runtime
```
在main.ts中加入如下代码:
```typescript
import { ViteSSG } from "vite-ssg";
import { setupLayouts …
-
I am in the middle of converting my project from tailwind to unocss. I was trying the icons preset instead of using astro-icon. Here is my config file -
uno.config.ts
```
import { defineConfig, pr…
-
### Describe the bug
vite is (accidentally) very slow when first starting or switching routes
### Reproduction
*
### Steps to reproduce
first starting or switching routes
### System Info
`…
-
Type: Bug
我更新到最新版本后,发现无法使用 Enter 直接进行换行,当我回退到 1.76.2 时,不会出现这样的问题
When I updated to the latest version, I found that I couldn't use Enter to wrap lines directly, and when I fell back to 1.76.2, t…
-
Type: Bug
VSCode is failing to load monorepo yarn pnp workspace typescript. Just sits on "initlializing JS/TS features".
VS Code version: Code 1.73.1 (Universal) (6261075646f055b99068d3688932416…
-
A shortcut "text4-reg" is defined in unocss config. when I use @apply in scss to refer it, it works with shortcut's raw data which is "font-size: 34rpx;line-height: 48rpx;".
In uniapp, rpx is expect…
-
Type: Bug
vscode-styled-components
v0.1.33
Diego Lincoln
36,262
(10)
Syntax highlighting for styled-components
I upgraded to the latest code version 1.77.0. When I enabled this plug-in, I…
-
Can we add this as module in normal Nuxt project that has already setup content?
-
## Describe the bug
After updating to Nuxt `3.0.0-rc.10` and unocss `v0.45.21` , if `presets` property is present on `unocss.config.ts` whole page CSS is broken (unocss doesn't seem to generate the…
-
```ts
Type 'Preset' is not assignable to type 'Preset | Preset[]'.
Type 'Preset' is not assignable to type 'Preset'.
Types of property 'rules' are incompatible.
Type 'Rule[] | undefine…