Skip to content

Commit

Permalink
Merge pull request #59 from lachlanjc/lachlanjc-patch-1
Browse files Browse the repository at this point in the history
docs: Fix typo in Using Variables code snippet
  • Loading branch information
nmn authored Dec 6, 2023
2 parents ff70ac9 + a043f77 commit 490febd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/docs/docs/learn/05-theming/02-using-variables.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ These styles can then imported and used like so:

```tsx title="components/MyComponent.js"
import * as stylex from '@stylexjs/stylex';
import {colors, spacing} from '../tokens.styles';
import {colors, spacing} from '../tokens.stylex';

const styles = stylex.create({
container: {
Expand Down

0 comments on commit 490febd

Please sign in to comment.