Skip to content
This repository was archived by the owner on Mar 18, 2025. It is now read-only.

Commit 1c670e1

Browse files
committed
Update docs
1 parent 418925a commit 1c670e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,9 @@ You can import the built CSS in your own CSS files using `@import '../../vendor/
8282
This is assuming your stylesheet is located in the `./resources/css/` directory of your project.
8383

8484
### Directly in Blade/HTML
85-
You should copy the built CSS from `vendor/rawilk/laravel-components/resources/js/laravel-form-components-styles/dist/styles.css` into your public folder, and then use a `link` tag in your blade/html to get it: `<link rel="stylesheet" href="{{ asset('css/laravel-form-components.css') }}">`.
85+
You could copy the built CSS from `vendor/rawilk/laravel-components/resources/js/laravel-form-components-styles/dist/styles.css` into your public folder, and then use a `link` tag in your blade/html to get it: `<link rel="stylesheet" href="{{ asset('css/laravel-form-components.css') }}">`.
8686

87-
If you would like to customize the CSS we provide, hover over to [the section on Customizing CSS](/docs/laravel-form-components/v4/advanced-usage/customizing-css).
87+
If you would like to customize the CSS we provide, header over to [the section on Customizing CSS](/docs/laravel-form-components/v4/advanced-usage/customizing-css).
8888

8989
> {tip} If you are using Purge CSS or Tailwind's JIT compiler, you should check out the section on [Purge CSS](/docs/laravel-form-components/v4/advanced-usage/customizing-css#purge-csstailwind-jit)
9090
> to prevent styles from being lost in production or at compile time.

0 commit comments

Comments
 (0)