Skip to content

Commit

Permalink
Update css-loading.md
Browse files Browse the repository at this point in the history
remove duplicate text
  • Loading branch information
gwleuverink authored Jun 3, 2024
1 parent c25d8b7 commit 3e64d03
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions docs/css-loading.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ You'll need to install Lightning CSS as a dependency.

Simply run `php artisan bundle:install` in your terminal. You will be prompted to select a CSS loading method. Choose `CSS`.

You will be prompted to select a CSS loading method. Choose `CSS`.

Afterwards you may use `x-import` to load css files directly. Bundle transpiles it and injects it on your page with zero effort.

```html
Expand Down Expand Up @@ -45,8 +43,6 @@ You can use Bundle to compile [Sass](https://sass-lang.com/) on the fly. You'll

Simply run `php artisan bundle:install` in your terminal. You will be prompted to select a CSS loading method. Choose `Sass`.

You will be prompted to select a CSS loading method. Choose `Sass`.

{: .note }

> Due to a unresolved issue Bun is not able to auto-install LightningCSS & Sass on the fly. When this issue is fixed you won't have to install these dependencies yourself. Bun will automatically install them when needed 💅
Expand Down

0 comments on commit 3e64d03

Please sign in to comment.