Skip to content

Commit 9dbdfc8

Browse files
committedFeb 19, 2017
move API doc down
1 parent 44fc320 commit 9dbdfc8

File tree

1 file changed

+13
-21
lines changed

1 file changed

+13
-21
lines changed
 

‎README.md

+13-21
Original file line numberDiff line numberDiff line change
@@ -9,23 +9,6 @@ CSSO (CSS Optimizer) is a CSS minifier. It performs three sort of transformation
99
[![Originated by Yandex](https://cdn.rawgit.com/css/csso/8d1b89211ac425909f735e7d5df87ee16c2feec6/docs/yandex.svg)](https://www.yandex.com/)
1010
[![Sponsored by Avito](https://cdn.rawgit.com/css/csso/8d1b89211ac425909f735e7d5df87ee16c2feec6/docs/avito.svg)](https://www.avito.ru/)
1111

12-
<!-- MarkdownTOC -->
13-
14-
- [Ready to use](#ready-to-use)
15-
- [Install](#install)
16-
- [API](#api)
17-
- [minify\(source\[, options\]\)](#minifysource-options)
18-
- [minifyBlock\(source\[, options\]\)](#minifyblocksource-options)
19-
- [compress\(ast\[, options\]\)](#compressast-options)
20-
- [Source maps](#source-maps)
21-
- [Usage data](#usage-data)
22-
- [Selector filtering](#selector-filtering)
23-
- [Scopes](#scopes)
24-
- [Debugging](#debugging)
25-
- [License](#license)
26-
27-
<!-- /MarkdownTOC -->
28-
2912
## Ready to use
3013

3114
- [Web interface](http://css.github.io/csso/csso.html)
@@ -44,6 +27,19 @@ npm install -g csso
4427

4528
## API
4629

30+
<!-- MarkdownTOC -->
31+
32+
- [minify\(source\[, options\]\)](#minifysource-options)
33+
- [minifyBlock\(source\[, options\]\)](#minifyblocksource-options)
34+
- [compress\(ast\[, options\]\)](#compressast-options)
35+
- [Source maps](#source-maps)
36+
- [Usage data](#usage-data)
37+
- [Selector filtering](#selector-filtering)
38+
- [Scopes](#scopes)
39+
- [Debugging](#debugging)
40+
41+
<!-- /MarkdownTOC -->
42+
4743
```js
4844
var csso = require('csso');
4945

@@ -226,7 +222,3 @@ Currently the optimizer doesn't care about out-of-bounds selectors order changin
226222
### Debugging
227223

228224
> TODO
229-
230-
## License
231-
232-
MIT

0 commit comments

Comments
 (0)
Please sign in to comment.