Skip to content

Commit

Permalink
Add table of contents
Browse files Browse the repository at this point in the history
  • Loading branch information
otakustay committed Jun 15, 2012
1 parent cd5197d commit 35d8e1a
Showing 1 changed file with 65 additions and 0 deletions.
65 changes: 65 additions & 0 deletions translations/zh-CN/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
# 编写统一、符合习惯的CSS的原则

(占位)

[Principles of writing consistent, idiomatic CSS(原版)](https://github.com/necolas/idiomatic-css)

## 目录

1. [通用原则](#general-principles)
2. [空格](#whitespace)
3. [注释](#comments)
4. [格式](#format)
5. [命名](#naming)
6. [实例](#example)
7. [代码组织](#organization)
8. [构建及部署](#build-and-deployment)

[致谢](#acknowledgements)


<a name="general-principles"></a>
## 1. 通用原则

(占位)


<a name="whitespace"></a>
## 2. 空格

(占位)

<a name="comments"></a>
## 3. 注释

(占位)

<a name="format"></a>
## 4. 格式

(占位)

<a name="naming"></a>
## 5. 命名

(占位)

<a name="example"></a>
## 6. 实例

(占位)

<a name="organization"></a>
## 7. 代码组织

(占位)

<a name="build-and-deployment"></a>
## 8. 构建及部署

(占位)

<a name="acknowledgements"></a>
## 致谢

(占位)

0 comments on commit 35d8e1a

Please sign in to comment.