Switch Asset::add() to @themecss for metronic theme
This commit is contained in:
parent
cbfd13ffce
commit
ef210651aa
@ -14,12 +14,10 @@
|
||||
--}}
|
||||
|
||||
<!-- Theme style -->
|
||||
@php
|
||||
Asset::add('components-css','/css/components.css');
|
||||
Asset::add('style-css','/css/style.css');
|
||||
Asset::add('style-responsive-css','/css/style-responsive.css');
|
||||
Asset::add('theme-blue-css','/css/themes/blue.css');
|
||||
@endphp
|
||||
@themecss('/css/components.css','components-css')
|
||||
@themecss('/css/style.css','style-css')
|
||||
@themecss('/css/style-responsive.css','style-responsive-css')
|
||||
@themecss('/css/themes/blue.css','theme-blue-css')
|
||||
|
||||
<!-- Google Font: Source Sans Pro -->
|
||||
<link href="//fonts.googleapis.com/css?family=Open+Sans:300,400,600,700|PT+Sans+Narrow|Source+Sans+Pro:200,300,400,600,700,900&subset=all" rel="stylesheet" type="text/css">
|
||||
|
Loading…
Reference in New Issue
Block a user