An open API service indexing awesome lists of open source software.

https://github.com/auto-plugin/autouno

autouno 直觉的UnoCSS预设方案
https://github.com/auto-plugin/autouno

Last synced: about 1 year ago
JSON representation

autouno 直觉的UnoCSS预设方案

Awesome Lists containing this project

README

          



autouno


autouno 直觉的 UnoCSS 预设方案

你可以使用任意可匹配的字符来使用 UnoCSS

### 例如

- marbot10px
- marginbo10
- marbott10
- d:flex
- d:fx
- d:g
- d:gri
- colo#fff
- padd10
- wid100vw

### 使用

```shell
pnpm i autouno
```

```js
import { defineConfig } from 'unocss'
import autoUno from 'autouno'

export default defineConfig({
presets: [
autoUno([
"box-shadow:none",
])],
})

```

更多👇

[点击链接访问 autouno 在线测试](https://larryzhu-dev.github.io/autoLarryPages/autouno/)