Skip to content

Commit a8a1f6c

Browse files
committed
Update package documentation to reference Vite
1 parent da99206 commit a8a1f6c

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

packages/hyde/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ See the documentation and learn more at https://hydephp.com/docs
4949

5050
- The Hyde starter comes with [HydeFront](https://github.com/hydephp/hydefront) to serve the base stylesheet and JavaScript through the jsDelivr CDN.
5151
- Hyde ships with precompiled and minified TailwindCSS styles in the app.css file, you can also load them through the CDN.
52-
- This means that all the styles you need are already installed. However, if you want to customize the included Tailwind config, or if you add new Tailwind classes through Blade files, you can simply run the `npm run build` command to recompile the styles using the pre-configured Laravel Mix package.
52+
- This means that all the styles you need are already installed. However, if you want to customize the included Tailwind config, or if you add new Tailwind classes through Blade files, you can simply run the `npm run build` command to recompile the styles using the pre-configured Tailwind and Vite configuration.
5353

5454
### Customization
5555

packages/ui-kit/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
The HydePHP UI Kit is a collection of minimalistic and un-opinionated TailwindCSS components for Laravel Blade,
99
indented to be used with HydePHP. Note that these components may require CSS classes not present in the bundled app.css
10-
file and that you may need to recompile the CSS file using the included Laravel Mix configuration.
10+
file and that you may need to recompile the CSS file using the included Tailwind and Vite configuration.
1111

1212
## Installation
1313

@@ -24,7 +24,7 @@ Since HydePHP already comes with several built-in views and templates, including
2424
Once installed, the package service provider will automatically register the Blade components for you to use.
2525

2626
You can then use the components and layouts when crafting your custom Blade pages.
27-
You might also need to recompile the CSS file using the Laravel Mix configuration included with Hyde.
27+
You might also need to recompile the CSS file using the Tailwind and Vite configuration included with Hyde.
2828

2929
You can see a list of all available components in the [documentation](https://hydephp.github.io/ui-kit/).
3030

packages/ui-kit/docs/documentation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ title: Documentation
66

77
The HydePHP UI Kit is a collection of minimalistic and un-opinionated TailwindCSS components for Laravel Blade,
88
indented to be used with HydePHP. Note that these components may require CSS classes not present in the bundled app.css
9-
file and that you may need to recompile the CSS file using the included Laravel Mix configuration.
9+
file and that you may need to recompile the CSS file using the included Tailwind and Vite configuration.
1010

1111
## Screenshot
1212

tests/fixtures/example-sites/ui-examples/documentation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
The HydePHP UI Kit is a collection of minimalistic and un-opinionated TailwindCSS components for Laravel Blade,
44
indented to be used with HydePHP. Note that these components may require CSS classes not present in the bundled app.css
5-
file and that you may need to recompile the CSS file using the included Laravel Mix configuration.
5+
file and that you may need to recompile the CSS file using the included Tailwind and Vite configuration.
66

77
## Warning
88

0 commit comments

Comments
 (0)