Skip to content

Commit

Permalink
Merge pull request #28 from crynobone/patch-1
Browse files Browse the repository at this point in the history
Remove Empty CSS
  • Loading branch information
tomhatzer authored Apr 4, 2022
2 parents d602e30 + 5be0d93 commit b009a84
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/FieldServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ public function boot(): void
{
Nova::serving(function (ServingNova $event) {
Nova::script('nova-slug-field', __DIR__.'/../dist/js/field.js');
Nova::style('nova-slug-field', __DIR__.'/../dist/css/field.css');
});
}

Expand Down

0 comments on commit b009a84

Please sign in to comment.