@@ -9,23 +9,6 @@ CSSO (CSS Optimizer) is a CSS minifier. It performs three sort of transformation
9
9
[ ![ Originated by Yandex] ( https://cdn.rawgit.com/css/csso/8d1b89211ac425909f735e7d5df87ee16c2feec6/docs/yandex.svg )] ( https://www.yandex.com/ )
10
10
[ ![ Sponsored by Avito] ( https://cdn.rawgit.com/css/csso/8d1b89211ac425909f735e7d5df87ee16c2feec6/docs/avito.svg )] ( https://www.avito.ru/ )
11
11
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
-
29
12
## Ready to use
30
13
31
14
- [ Web interface] ( http://css.github.io/csso/csso.html )
@@ -44,6 +27,19 @@ npm install -g csso
44
27
45
28
## API
46
29
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
+
47
43
``` js
48
44
var csso = require (' csso' );
49
45
@@ -226,7 +222,3 @@ Currently the optimizer doesn't care about out-of-bounds selectors order changin
226
222
### Debugging
227
223
228
224
> TODO
229
-
230
- ## License
231
-
232
- MIT
0 commit comments