laravel/pint

Perhaps, Would be better for Pint to support blade file

nmfirdausw opened this issue · 1 comments

I was using folio and livewire volt.
I was able to style file in resources/views when change file extension from blade.php to php.
Would be better if pint can support blade file also.

-use function Livewire\Volt\{state, rules, mount, boot, on};
  +use function Livewire\Volt\boot;
  +use function Livewire\Volt\mount;
  +use function Livewire\Volt\on;
  +use function Livewire\Volt\rules;
  +use function Livewire\Volt\state;

Hope for pint also ignore and not refactor [[ use function Livewire\Volt{state, rules, mount, boot, on}; ]] also.

Duplicate of #64