inline critical CSS
This commit is contained in:
parent
5304273b28
commit
6b707587ef
6 changed files with 806 additions and 832 deletions
|
@ -10,7 +10,8 @@
|
|||
src: url("{{{ asset 'font/recursive-casl0.woff2' }}}");
|
||||
}
|
||||
</style>
|
||||
<link rel="stylesheet" href="{{ asset 'css/base.css' }}">
|
||||
<style>{{{ include_static 'css/base.css' }}}</style>
|
||||
<style>{{{ include_static 'css/critical.css' }}}</style>
|
||||
<link rel="stylesheet" href="{{ asset 'css/noncritical.css' }}">
|
||||
<link rel="stylesheet" href="{{ asset 'css/icons.css' }}">
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue