File tree 10 files changed +1036
-196
lines changed
10 files changed +1036
-196
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"presets" : [" flow" ],
3
3
"plugins" : [
4
- " transform-es2015-modules-commonjs"
4
+ [" transform-es2015-modules-commonjs" , {
5
+ "allowTopLevelThis" : true
6
+ }]
5
7
]
6
8
}
Original file line number Diff line number Diff line change @@ -10,11 +10,11 @@ exports[`--config 1`] = `
10
10
<link href = ' assets/bass.css' type = ' text/css' rel = ' stylesheet' />
11
11
<link href = ' assets/style.css' type = ' text/css' rel = ' stylesheet' />
12
12
<link href = ' assets/github.css' type = ' text/css' rel = ' stylesheet' />
13
+ <link href = ' assets/split.css' type = ' text/css' rel = ' stylesheet' />
13
14
</head >
14
- <body class = ' documentation' >
15
- <div class = ' max-width-4 mx-auto' >
16
- <div class = ' clearfix md-mxn2' >
17
- <div class = ' fixed xs-hide fix-3 overflow-auto max-height-100' >
15
+ <body class = ' documentation m0' >
16
+ <div class = ' flex' >
17
+ <div id = ' split-left' class = ' overflow-auto fs0 height-viewport-100' >
18
18
<div class = ' py1 px2' >
19
19
<h3 class = ' mb0 no-anchor' >documentation</h3 >
20
20
<div class = ' mb1' ><code >5.0.1</code ></div >
@@ -219,7 +219,7 @@ exports[`--config 1`] = `
219
219
</div >
220
220
</div >
221
221
</div >
222
- <div class = ' fix-margin-3 ' >
222
+ <div id = ' split-right ' class = ' relative overflow-auto height-viewport-100 ' >
223
223
224
224
225
225
<div class = ' keyline-top-not py2' ><section class = ' py2 clearfix' >
@@ -1355,8 +1355,8 @@ like a <a href=\\"#klass\\">klass</a>. This needs a <a href=\\"https://developer
1355
1355
1356
1356
</div >
1357
1357
</div >
1358
- </div >
1359
1358
<script src = ' assets/anchor.js' ></script >
1359
+ <script src = ' assets/split.js' ></script >
1360
1360
<script src = ' assets/site.js' ></script >
1361
1361
</body >
1362
1362
</html >
Original file line number Diff line number Diff line change @@ -753,11 +753,11 @@ exports[`html nested.input.js 1`] = `
753
753
<link href = ' assets/bass.css' type = ' text/css' rel = ' stylesheet' />
754
754
<link href = ' assets/style.css' type = ' text/css' rel = ' stylesheet' />
755
755
<link href = ' assets/github.css' type = ' text/css' rel = ' stylesheet' />
756
+ <link href = ' assets/split.css' type = ' text/css' rel = ' stylesheet' />
756
757
</head >
757
- <body class = ' documentation' >
758
- <div class = ' max-width-4 mx-auto' >
759
- <div class = ' clearfix md-mxn2' >
760
- <div class = ' fixed xs-hide fix-3 overflow-auto max-height-100' >
758
+ <body class = ' documentation m0' >
759
+ <div class = ' flex' >
760
+ <div id = ' split-left' class = ' overflow-auto fs0 height-viewport-100' >
761
761
<div class = ' py1 px2' >
762
762
<h3 class = ' mb0 no-anchor' >documentation</h3 >
763
763
<div class = ' mb1' ><code >5.0.1</code ></div >
@@ -952,7 +952,7 @@ exports[`html nested.input.js 1`] = `
952
952
</div >
953
953
</div >
954
954
</div >
955
- <div class = ' fix-margin-3 ' >
955
+ <div id = ' split-right ' class = ' relative overflow-auto height-viewport-100 ' >
956
956
957
957
958
958
<section class = ' p2 mb2 clearfix bg-white minishadow' >
@@ -2060,8 +2060,8 @@ like a <a href=\\"#klass\\">klass</a>. This needs a <a href=\\"https://developer
2060
2060
2061
2061
</div >
2062
2062
</div >
2063
- </div >
2064
2063
<script src = ' assets/anchor.js' ></script >
2064
+ <script src = ' assets/split.js' ></script >
2065
2065
<script src = ' assets/site.js' ></script >
2066
2066
</body >
2067
2067
</html >
You can’t perform that action at this time.
0 commit comments