Reorganize styleguide (pattern library) to distinguish static layouts, styleguide from Sass powering it
This commit is contained in:
parent
b9040a7fde
commit
952af16725
235 changed files with 4 additions and 4 deletions
26
styleguide/_source/styleguide-builder/index.twig
Normal file
26
styleguide/_source/styleguide-builder/index.twig
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>{{ options.title }}</title>
|
||||
<meta name="description" content="">
|
||||
<meta name="generator" content="kss-node">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="stylesheet" href="./kss-assets/kss.css">
|
||||
{{ styles|raw }}
|
||||
</head>
|
||||
<body id="kss-node" {% if template.isItem %}class="kss-fullscreen-mode"{% endif %}>
|
||||
|
||||
{% include "sidebar.twig" %}
|
||||
|
||||
<!-- kss-main -->
|
||||
<div class="kss-main-wrap">
|
||||
<article role="main" class="kss-main kss-homepage content">
|
||||
{{ homepage|raw }}
|
||||
</article>
|
||||
</div>
|
||||
|
||||
{{ scripts|raw }}
|
||||
<!-- Automatically built using <a href="https://github.com/kss-node/kss-node">kss-node</a>. -->
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue