Skip to content

Commit

Permalink
Un-commenting custom.css.
Browse files Browse the repository at this point in the history
  • Loading branch information
preimpression committed Aug 12, 2020
1 parent 57c9ec5 commit 2694f23
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions resources/views/layouts/app.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@
<link href="{{ asset('css/croppie.css') }}" rel="stylesheet">
<link href="{{ asset('css/selectize.bootstrap4.css') }}" rel="stylesheet">

<!-- @if(file_exists(public_path(). '/css/custom.css'))
@if(file_exists(public_path(). '/css/custom.css'))
<link href="{{ asset('css/custom.css') }}" rel="stylesheet">
@endif -->
@endif

</head>
<body>
<div id="app">
Expand Down

0 comments on commit 2694f23

Please sign in to comment.