Skip to content

Commit

Permalink
Merge pull request #124 from edwinheij/patch-1
Browse files Browse the repository at this point in the history
Update powergrid-configuration.md
  • Loading branch information
luanfreitasdev authored Nov 8, 2024
2 parents eac908c + ce8e39a commit fb78855
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/get-started/powergrid-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -332,10 +332,10 @@ import flatpickr from "flatpickr"; // [!code ++]

Next, we need to load Flatpickr CSS.

Add the following code to your project's `resources/js/app.css` file.
Add the following code to your project's `resources/css/app.css` file.

```css
/* resources/js/app.css */
/* resources/css/app.css */

@import "flatpickr/dist/flatpickr.min.css"; // [!code ++]
```
Expand Down

0 comments on commit fb78855

Please sign in to comment.