Skip to content

Commit

Permalink
docs: fix broken style.css link (#2666)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakedee authored Jan 15, 2025
1 parent 9ad9de4 commit 6b0abf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/docs/styling.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ If you are including [Tailwind CSS](https://tailwindcss.com) in your project, us

- Add the class names you want to override to the `classNames` prop.
- Extend the default class names with [`getDefaultClassNames`](../api/functions/getDefaultClassNames.md).
- Read the [`style.css`](https://github.com/gpbl/react-day-picker/blob/main/style.css) file from the source and get familiar with the [UI elements](../docs/anatomy.mdx).
- Read the [`style.css`](https://github.com/gpbl/react-day-picker/blob/main/src/style.css) file from the source and get familiar with the [UI elements](../docs/anatomy.mdx).
- Adopt [custom components](../guides/custom-components.mdx) to further customize the HTML elements.

```tsx
Expand Down

0 comments on commit 6b0abf9

Please sign in to comment.