Skip to content

Commit 6b0abf9

Browse files
authored
docs: fix broken style.css link (#2666)
1 parent 9ad9de4 commit 6b0abf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/docs/styling.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ If you are including [Tailwind CSS](https://tailwindcss.com) in your project, us
325325

326326
- Add the class names you want to override to the `classNames` prop.
327327
- Extend the default class names with [`getDefaultClassNames`](../api/functions/getDefaultClassNames.md).
328-
- 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).
328+
- 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).
329329
- Adopt [custom components](../guides/custom-components.mdx) to further customize the HTML elements.
330330

331331
```tsx

0 commit comments

Comments
 (0)