{#
  Imports of vendors resources: 
    - bootstrap: https://getbootstrap.com/
#}

<link rel="preload"
  href="{{ mix('css/bootstrap.css') }}"
  as="style"
  onload="this.onload=null;this.rel='stylesheet'" />
<noscript>
  <link rel="stylesheet" href="{{ mix('css/bootstrap.css') }}" />
</noscript>

{#
  Inline Css Critical
    - base.css
      * fonts.css
      * colors.css
      * layout.css
      * buttons.css
#}

{% include '_inline-css/_base' %}

{#
  Imports of vendors resources: 
    - aos: https://github.com/michalsnik/aos 
#}

{#
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css"
  rel="stylesheet"
  media="screen and (min-width: 768px)" />
#}

{#
  Imports of  resources: 
    - apps.css
#}

<link rel="preload" href="{{ mix('css/app.css') }}" as="style" />
<noscript>
  <link rel="stylesheet" href="{{ mix('css/app.css') }}" />
</noscript>
<link rel="stylesheet" href="{{ mix('css/app.css') }}" />
