Skip to content

Commit

Permalink
[docs] Fix 404 link
Browse files Browse the repository at this point in the history
  • Loading branch information
rtivital committed Nov 28, 2022
1 parent fd08c2f commit 7e4e98a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/docs/styles/style-props.mdx
Expand Up @@ -86,7 +86,7 @@ You can use object syntax to add responsive styles with style props:
Responsive values are calculated the following way:

- `base` value is used when none of breakpoint values are applied
- `xs`, `sm`, `md`, `lg`, `xl` values are used when the viewport width is larger that the value of corresponding breakpoint specified in [theme.breakpoints](/styles/responsive-styles/)
- `xs`, `sm`, `md`, `lg`, `xl` values are used when the viewport width is larger that the value of corresponding breakpoint specified in [theme.breakpoints](/styles/responsive/)

```tsx
import { Box } from '@mantine/core';
Expand Down

0 comments on commit 7e4e98a

Please sign in to comment.