File: /var/www/tana/frontend/styleguide/index.html
<!DOCTYPE html>
<html>
  <head>
    <title>Tana Styleguide</title>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <meta name="mobile-web-app-capable" content="yes">
    <meta name="generator" content="kss-node">
    <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato:400,700,300">
    <link rel="stylesheet" href="kss-assets/vendor/prism.css">
    <link rel="stylesheet" href="kss-assets/css/kss.css">
    <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato:300,400|Montserrat:400,500,600,700&subset=latin-ext">
<link rel="stylesheet" href="./../build/assets/style/style.css">
<link rel="stylesheet" href="./../styleguide.css">
  </head>
  <body class="kss-body">
    <!-- header. -->
    <header class="kss-header">
      <section class="kss-header__inner">
        <a class="kss-header__hamburger-trigger">
          <div class="kss-header__hamburger"></div>
        </a>
        <h1 class="kss-header__title kss-title">Tana Styleguide</h1>
      </section>
    </header>
    <!-- /header. -->
    <!-- navigation. -->
    <section class="kss-navigation">
      <h1 class="kss-navigation__title kss-title">Tana Styleguide</h1>
      <ul class="kss-nav">
        <li class="kss-nav__item">
          <a href="index.html">
            <span class="kss-nav__ref">0</span>
            <span class="kss-nav__name">Introduction</span>
          </a>
        </li>
          <li class="kss-nav__item">
            <a class="" href="section-base.html">
              <span class="kss-nav__ref">1</span>
              <span class="kss-nav__name">Base</span>
            </a>
          </li>
          <li class="kss-nav__item">
            <a class="" href="section-components.html">
              <span class="kss-nav__ref">2</span>
              <span class="kss-nav__name">Components</span>
            </a>
          </li>
          <li class="kss-nav__item">
            <a class="" href="section-pages.html">
              <span class="kss-nav__ref">3</span>
              <span class="kss-nav__name">Pages</span>
            </a>
          </li>
          <li class="kss-nav__item">
            <a class="" href="section-themes.html">
              <span class="kss-nav__ref">4</span>
              <span class="kss-nav__name">Themes</span>
            </a>
          </li>
      </ul>
    </section>
    <!-- /navigation. -->
    <!-- documentation. -->
    <section class="kss-documentation">
        <article class="kss-markdown">
          <h1>Tana website styleguide</h1>
<h2>Purpose</h2>
<p>This styleguide is supposed to present the latest markup and styles for components used for Tana website project.</p>
<h2>How ?</h2>
<p>This styleguide is generated using kss-node, built on top of KSS which uses comments in SCSS to generate this styleguide.</p>
<h2>Notice</h2>
<p>It would be great to remember to update the SASS comments so that styleguide stays up to date if some component changes.</p>
        </article>
    </section>
    <!-- /documentation. -->
  <!-- scripts. -->
  <script src="kss-assets/vendor/jquery.js"></script>
  <script src="kss-assets/vendor/prism.js"></script>
  <script src="kss-assets/js/kss.js"></script>
  <script src="./../build/assets/scripts/vendor.min.js"></script>
<script src="./../build/assets/scripts/app.min.js"></script>
  <!-- /scripts. -->
  </body>
</html>