Remove app.scss from Breeze layout

This commit is contained in:
Annika Backstrom 2024-05-31 00:07:19 +01:00
parent 1c298ec785
commit abcebef520
Signed by: annika
GPG Key ID: 3561F004DE1D9AFE
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
<link href="https://fonts.bunny.net/css?family=figtree:400,500,600&display=swap" rel="stylesheet" />
<!-- Scripts -->
@vite(['resources/css/app.css', 'resources/js/app.js', 'resources/sass/app.scss'])
@vite(['resources/css/app.css', 'resources/js/app.js'])
</head>
<body class="font-sans antialiased">
<div class="min-h-screen bg-gray-100">