Skip to content

Commit

Permalink
docs: add install tip
Browse files Browse the repository at this point in the history
  • Loading branch information
kylegl committed May 25, 2024
1 parent 4177bdc commit 7499ae9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/transformers/directives.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,14 @@ export default defineConfig({
})
```

::: tip
This preset is included in the `unocss` package, you can also import it from there:

```ts
import { transformerDirectives } from 'unocss'
```
:::

## Usage

### `@apply`
Expand Down

0 comments on commit 7499ae9

Please sign in to comment.