Skip to content

Commit

Permalink
[mantine.dev] Fix typo (#7284)
Browse files Browse the repository at this point in the history
  • Loading branch information
angristan authored Dec 23, 2024
1 parent a399286 commit 15b183d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/mantine.dev/src/pages/styles/vanilla-extract.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ export const theme = createTheme({
```tsx
// theme.css.ts
import { theme } from './theme';
import { themeToVars } from '@mantine/vanilla-extract';

// CSS variables object, can be access in *.css.ts files
export const vars = themeToVars(theme);
Expand Down

0 comments on commit 15b183d

Please sign in to comment.