Skip to content

Commit a9e2ae3

Browse files
committed
Fix CSS asset path
1 parent f4c1c44 commit a9e2ae3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SkeletonServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ protected function getAssets(): array
102102
{
103103
return [
104104
// AlpineComponent::make('skeleton', __DIR__ . '/../resources/dist/components/skeleton.js'),
105-
Css::make('skeleton-styles', __DIR__ . '/../resources/dist/skeleton.js'),
105+
Css::make('skeleton-styles', __DIR__ . '/../resources/dist/skeleton.css'),
106106
Js::make('skeleton-scripts', __DIR__ . '/../resources/dist/skeleton.js'),
107107
];
108108
}

0 commit comments

Comments
 (0)