-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathdocs.html
More file actions
29 lines (20 loc) · 808 Bytes
/
docs.html
File metadata and controls
29 lines (20 loc) · 808 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
---
layout: default
title: "Documentation - LostGrid"
---
{% include docs-sidebar.html %}
<div class="wrapper">
<div class="section__inner" id="section-wrapper">
<a href="/" class="[ logo logo--small ]">Lost Grid</a>
{% include docs/getting-started.html %}
{% include docs/property-options.html %}
{% include docs/variables.html %}
{% capture gotchas %}{% include docs/gotchas.md %}{% endcapture %}
{{ gotchas | markdownify }}
{% capture browser-support %}{% include docs/browser-support.md %}{% endcapture %}
{{ browser-support | markdownify }}
{% capture thanks %}{% include docs/thanks.md %}{% endcapture %}
{{ thanks | markdownify }}
<a href="#" class="scroll-top align--center">Back to top<i class="lg-up-open-mini arrow"></i></a>
</div>
</div>