Skip to content

Commit

Permalink
docs: update
Browse files Browse the repository at this point in the history
  • Loading branch information
lvjiaxuan committed Apr 23, 2023
1 parent 2ee2ab0 commit 72bf7d6
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,20 @@ transformed like:
<div class="data-[name=jack]:c-red data-[name=tom]:c-red" />
```

[tests](https://github.com/lvjiaxuan/unocss-transformer-attribute-values-group/blob/main/index.test.js) for More Details
[tests](https://github.com/lvjiaxuan/unocss-transformer-attribute-values-group/blob/main/index.test.js) for More Details

> **Note**
> It is better to be placed ahead of `transformerVariantGroup` .
> ```
> import avg from 'unocss-transformer-attribute-values-group'
>
> {
> ...
> transformers: [
> avg,
> transformerVariantGroup(),
> ]
> ...
> }
> ```
>

0 comments on commit 72bf7d6

Please sign in to comment.