From f015b7abb62e6f68058b161e13eaaa3f0c3e1100 Mon Sep 17 00:00:00 2001 From: Ahmed Alaa <92916738+AhmedAlaa4611@users.noreply.github.com> Date: Mon, 17 Mar 2025 11:51:59 +0200 Subject: [PATCH] [12.x] Remove Unnecessarily @source I think that the `@source` for `.vue` is not important because if we need to use Vue we will use the Vue starter kit --- resources/css/app.css | 1 - 1 file changed, 1 deletion(-) diff --git a/resources/css/app.css b/resources/css/app.css index 8bde44238e7..3e6abeabab1 100644 --- a/resources/css/app.css +++ b/resources/css/app.css @@ -4,7 +4,6 @@ @source '../../storage/framework/views/*.php'; @source '../**/*.blade.php'; @source '../**/*.js'; -@source '../**/*.vue'; @theme { --font-sans: 'Instrument Sans', ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji',