From 3e64d0305f214e3756b9c58116819c7098550efe Mon Sep 17 00:00:00 2001 From: Willem Leuverink Date: Mon, 3 Jun 2024 14:38:51 +0200 Subject: [PATCH] Update css-loading.md remove duplicate text --- docs/css-loading.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/css-loading.md b/docs/css-loading.md index 8f596ee..f7e2c72 100644 --- a/docs/css-loading.md +++ b/docs/css-loading.md @@ -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 @@ -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 💅