You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 18, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: docs/installation.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -82,9 +82,9 @@ You can import the built CSS in your own CSS files using `@import '../../vendor/
82
82
This is assuming your stylesheet is located in the `./resources/css/` directory of your project.
83
83
84
84
### 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') }}">`.
86
86
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).
88
88
89
89
> {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)
90
90
> to prevent styles from being lost in production or at compile time.
0 commit comments