Skip to content

Commit dab4539

Browse files
author
John Wesely
committed
add styles to plugin
1 parent d909c94 commit dab4539

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/FilamentFormBuilderPlugin.php

+4
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77

88
class FilamentFormBuilderPlugin implements Plugin
99
{
10+
protected array $styles = [
11+
'filament-form-builder' => __DIR__.'/../dist/filament-form-builder.css',
12+
];
13+
1014
public static function make(): static
1115
{
1216
return app(static::class);

0 commit comments

Comments
 (0)