Merge pull request #4846 from zpao/docs-use-babel

[docs] Remove references to react-tools, JSXTransformer, replace with Babel.
(cherry picked from commit d3d2504e72)
This commit is contained in:
Paul O’Shannessy
2015-09-25 20:24:55 -07:00
parent 64ff2ea3c6
commit d5680caefe
18 changed files with 50 additions and 148 deletions
-32
View File
@@ -481,38 +481,6 @@ section.black content {
padding-bottom: 40px;
}
/* JSX Compiler */
.jsxCompiler {
margin: 0 auto;
padding-top: 20px;
width: 1220px;
label.compiler-option {
display: block;
margin-top: 5px;
}
#jsxCompiler {
margin-top: 20px;
}
.playgroundPreview {
padding: 0;
width: 600px;
pre {
@include code-typography;
}
}
.playgroundError {
// The compiler view kills padding in order to render the CodeMirror code
// more nicely. For the error view, put a padding back
padding: 15px 20px;
}
}
/* Button */
.button {