mirror of
https://github.com/filamentphp/plugin-skeleton.git
synced 2025-12-06 21:48:53 +08:00
Fix styling
This commit is contained in:
committed by
github-actions[bot]
parent
fb2bfe41e7
commit
0c5ad475b9
@@ -22,11 +22,11 @@ class SkeletonServiceProvider extends PluginServiceProvider
|
||||
];
|
||||
|
||||
protected array $styles = [
|
||||
'plugin-skeleton' => __DIR__ . '/../resources/dist/skeleton.css',
|
||||
'plugin-skeleton' => __DIR__.'/../resources/dist/skeleton.css',
|
||||
];
|
||||
|
||||
protected array $scripts = [
|
||||
'plugin-skeleton' => __DIR__ . '/../resources/dist/skeleton.js',
|
||||
'plugin-skeleton' => __DIR__.'/../resources/dist/skeleton.js',
|
||||
];
|
||||
|
||||
// protected array $beforeCoreScripts = [
|
||||
|
||||
Reference in New Issue
Block a user