Skip to content

Commit

Permalink
add styles to plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
John Wesely committed Aug 6, 2024
1 parent d909c94 commit dab4539
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/FilamentFormBuilderPlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@

class FilamentFormBuilderPlugin implements Plugin
{
protected array $styles = [
'filament-form-builder' => __DIR__.'/../dist/filament-form-builder.css',
];

public static function make(): static
{
return app(static::class);
Expand Down

0 comments on commit dab4539

Please sign in to comment.