LaravelDaily/laravel-invoices

CSS is not applicable

frenchqwerty opened this issue · 1 comments

Describe the bug
Hello,

I am trying to include tailwindcss inside my PDF template and it's don't work.

`

<title>{{ $invoice->name }}</title>
<link rel="stylesheet" href="{{ public_path('dist/css/app.css') }}" />
{{-- Header --}} @if($invoice->logo)

logo

@endif
<div>
    <h1 class="underline">{{ $invoice->name }}</h1>
</div>
`

Desktop (please complete the following information):

  • OS: Debian 10
  • Browser : Firefox