Skip to content

Commit

Permalink
docs: update styling.mdx (#2611)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlecRust authored Dec 2, 2024
1 parent 35a2824 commit 661c585
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 @@ -26,7 +26,7 @@ import "react-day-picker/style.css";
<details>
<summary>Copying the CSS file</summary>

If you are not using a bundler, you can copy the CSS file to your project. See the [style.css](https://github.com/gpbl/react-day-picker/blob/main/style.css) file in the DayPicker repository for the source.
If you are not using a bundler, you can copy the CSS file to your project. See the [style.css](https://github.com/gpbl/react-day-picker/blob/main/src/style.css) file in the DayPicker repository for the source.

```html title="./public/index.html"
<style>
Expand Down

0 comments on commit 661c585

Please sign in to comment.