Skip to content
This repository has been archived by the owner on Sep 18, 2023. It is now read-only.

Commit

Permalink
[docs] Fix typo (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
soudai-s authored Sep 11, 2023
1 parent a1166e5 commit 155728e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/pages/styles/vanilla-extract.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ To convert px to [rem or em](/styles/rem) use `rem` and `em` functions from `@ma

```tsx
// Demo.css.ts
import { rem } from '@mantine/core';
import { style } from '@vanilla-extract/css';

export const demo = style({
Expand Down

0 comments on commit 155728e

Please sign in to comment.