We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 709e4ab + 5e4ca51 commit 5b945aeCopy full SHA for 5b945ae
src/tailwindcss-stubs/resources/views/welcome.blade.php
@@ -11,7 +11,7 @@
11
<title>{{ config('app.name', 'Laravel') }}</title>
12
13
<!-- Styles -->
14
- <link href="{{ asset('css/app.css') }}" rel="stylesheet">
+ <link href="{{ mix('css/app.css') }}" rel="stylesheet">
15
</head>
16
<body class="bg-teal-lightest font-sans font-normal antialiased">
17
<div class="flex flex-col">
0 commit comments