Skip to content

Commit

Permalink
Merge branch 'feature/initable-exports' of https://github.com/gwleuve…
Browse files Browse the repository at this point in the history
…rink/bundle into feature/initable-exports
  • Loading branch information
gwleuverink committed Jun 3, 2024
2 parents c67249b + 411e508 commit ddc23ec
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 ddc23ec

Please sign in to comment.