Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change navbar-laravel class for bootstrap classes
Bootstrap >=4.1 includes a `shadow-sm` class which looks pretty close to the one in the `navbar-laravel` class https://getbootstrap.com/docs/4.3/utilities/shadows/ You could then remove the `.navbar-laravel` class here: https://github.com/laravel/laravel/blob/master/resources/sass/app.scss#L10-L13
- Loading branch information