-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
106 lines (98 loc) · 3.54 KB
/
index.html
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
---
layout: default
title: LESS - The Dynamic Stylesheet language
---
<header id="main">
<div class="content">
<section id="intro">
<div id="logo"></div>
<h2>The <span>dynamic</span> stylesheet <span>language</span>.</h2>
<h3>
LESSは<span>変数</span>、<span>ミックスイン</span>、<span>演算</span>、そして<span>関数</span>のような動的な処理をCSSに追加拡張できます。
<span>クライアントサイド</span>(IE6+、Webkit、Firefox)、また<span>node.js</span>、<span>Rhino</span>を利用してサーバーサイドでも動作します。
</h3>
<a id="download" href="http://cloud.github.com/downloads/cloudhead/less.js/less-1.3.1.min.js">
<img src="/assets/themes/lesscss-org/images/download-button.png"></a><div id="download-info">バージョン <code>1.3.1</code></div>
</section>
<section id="example">
{% capture include_example %}
{% include section/example.md %}
{% endcapture %}
{{ include_example }}
</section>
</div>
<div style="clear: both"></div>
</header>
<section id="menu">
<div class="content">
<nav>
<a href="#synopsis">概要</a>
<a href="#guide">使用法</a>
<a href="#docs" id="guide-link">シンタックス</a>
<a href="http://github.com/cloudhead/less.js">ソース</a>
<a href="#about">アバウト</a>
</nav>
<a href="https://twitter.com/cloudhead" class="twitter-follow-button" data-show-screen-name="false" data-width="80px" data-show-count="false" data-lang="en">Follow on twitter</a>
<div id="dropdown">
<ul>
<li><a href="#-変数">変数</a></li>
<li><a href="#-ミックスイン">ミックスイン</a></li>
<li><a href="#-ミックスインの引数利用">ミックスインの引数利用</a></li>
<li><a href="#-パターンマッチング">パターンマッチング</a></li>
<li><a href="#-ネストルール">ネストルール</a></li>
<li><a href="#-演算">演算</a></li>
<li><a href="#-カラー関数">カラー関数</a></li>
<li><a href="#-名前空間">名前空間</a></li>
<li><a href="#-スコープ">スコープ</a></li>
<li><a href="#-コメント">コメント</a></li>
<li><a href="#-インポート">インポート</a></li>
</ul>
</div>
</div>
</section>
<section id="synopsis" class="page">
<div class="content">
{% capture include_synopsis %}
{% include section/synopsis.md %}
{% endcapture %}
{{ include_synopsis }}
</div>
</section>
<section id="guide" class="page">
<div class="content">
{% capture include_guide %}
{% include section/guide.md %}
{% endcapture %}
{{ include_guide }}
</div>
</section>
<section id="docs" class="page">
<h1>シンタックス</h1>
<div class="content">
{% capture include_doc %}
{% include section/doc.md %}
{% endcapture %}
{{ include_doc }}
</div>
</section>
<section id="translations" class="page">
<div class="content">
<h1>このページの翻訳</h1>
{% capture include_translations %}
{% include section/translations.md %}
{% endcapture %}
{{ include_translations }}
</div>
</section>
<section id="about" class="page">
<div class="content">
{% capture include_about %}
{% include section/about.md %}
{% endcapture %}
{{ include_about }}
<footer>
<p>powered by <a href="http://cloudhead.io/toto">toto</a>, <a href="http://github.com/cloudhead/less.js">LESS</a></p>
<p id="copy">Copyright © Alexis Sellier 2010-2012</p>
</footer>
</div>
</section>