Fix styling

This commit is contained in:
zepfietje
2022-10-16 09:44:14 +00:00
committed by github-actions[bot]
parent fb2bfe41e7
commit 0c5ad475b9
3 changed files with 27 additions and 27 deletions

View File

@@ -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 = [